Package nl.gx.webmanager.jcr.annotation
Annotation Type Factory
-
@Retention(RUNTIME) @Target(TYPE) public @interface Factory
Declares a factory class which is used to manage instances of a class.- Author:
- sanderj
-
-
Element Detail
-
value
String value
The fully qualified class name representing a factory class.- Default:
- ""
-
-