Annotation Type DigesterRule
Meta-annotation that marks an annotation as part of commons-digester.
- Since:
- 2.1
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>> The handler that takes care on converting this annotation in the relatedAnnotationHandlerand adds it to theFromAnnotationsRuleModuleThe reflected commons-digester rule.
-
Element Details
-
reflectsRule
Class<? extends Rule> reflectsRuleThe reflected commons-digester rule. -
handledBy
Class<? extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>> handledByThe handler that takes care on converting this annotation in the relatedAnnotationHandlerand adds it to theFromAnnotationsRuleModule
-