Annotationsschnittstelle Factory


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Factory
Identifies a Factory. Factories encapsulate the responsibility of creating complex objects in general and Aggregates in particular. Objects returned by the factory methods are guaranteed to be in valid state.
Autor:
Christian Stettler, Henning Schwentner, Stephan Pirnbaum, Martin Schimak, Oliver Drotbohm
Siehe auch: