A Factory
creates an object without using an input parameter. If an input parameter is required, then {@link Transformer} is more appropriate.
Standard implementations of common factories are provided by {@link FactoryUtils}. These include factories that return a constant, a copy of a prototype or a new instance. @param < T> the type that the factory creates @since 2.1 @version $Id: Factory.java 1469004 2013-04-17 17:37:03Z tn $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|