Package org.apache.juneau.annotation
Annotation Type ContextApply
Applied to Config annotations to identify the class used to push the values into a property store.
See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends AnnotationApplier>[]
Identifies the class used to push values from an annotation into a property store.
-
Element Details
-
value
Class<? extends AnnotationApplier>[] valueIdentifies the class used to push values from an annotation into a property store.- Returns:
- The annotation value.
-