Annotation Type DigesterRule
-
@Documented @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface DigesterRule
Meta-annotation that marks an annotation as part of commons-digester.- Since:
- 2.1
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends AnnotationHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>handledByThe handler that takes care on converting this annotation in the relatedAnnotationHandlerand adds it to theFromAnnotationsRuleModulejava.lang.Class<? extends Rule>reflectsRuleThe reflected commons-digester rule.
-
-
-
Element Detail
-
reflectsRule
java.lang.Class<? extends Rule> reflectsRule
The reflected commons-digester rule.
-
-
-
handledBy
java.lang.Class<? extends AnnotationHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> handledBy
The handler that takes care on converting this annotation in the relatedAnnotationHandlerand adds it to theFromAnnotationsRuleModule
-
-