@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface DigesterRule
Modifier and Type | Required Element and 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 and 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 |
public abstract java.lang.Class<? extends Rule> reflectsRule
public abstract 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
.public abstract java.lang.Class<? extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> handledBy
AnnotationRuleProvider
and adds it o the FromAnnotationsRuleSet
DigesterLoaderHandler