@Documented @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface DigesterRule
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.Class<? extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> |
providedBy |
Define the
AnnotationRuleProvider that builds the Rule
related to the digester rule. |
java.lang.Class<? extends Rule> |
reflectsRule |
The reflected commons-digester rule.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.Class<? extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> |
handledBy |
The handler that takes care on converting this annotation in the related
AnnotationRuleProvider and adds it o the FromAnnotationsRuleSet |
java.lang.Class<? extends Rule> reflectsRule
java.lang.Class<? extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> providedBy
AnnotationRuleProvider that builds the Rule
related to the digester rule.AnnotationRuleProvider.java.lang.Class<? extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> handledBy
AnnotationRuleProvider and adds it o the FromAnnotationsRuleSetDigesterLoaderHandler