Annotation Type ExtensionAnnotation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface ExtensionAnnotation
- Author:
- Peter Niederwieser
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends IAnnotationDrivenExtension>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends IAnnotationDrivenExtension> value
-
-