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