T
- the type of the instance produced by the Factory
public static class FactoryBuilder.SingletonFactory<T> extends Object implements Factory<T>, Serializable
Factory
that always returns a specific instance. ie: the
factory returns a singleton, regardless of the number of times
Factory.create()
is called.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
The serialVersionUID required for
Serializable . |
Constructor and Description |
---|
FactoryBuilder.SingletonFactory(T instance)
Constructor for the
FactoryBuilder.SingletonFactory . |
public static final long serialVersionUID
Serializable
.public FactoryBuilder.SingletonFactory(T instance)
FactoryBuilder.SingletonFactory
.instance
- the instance to returnCopyright © 2014. All Rights Reserved.