org.apache.commons.digester3.annotations
Annotation Type DigesterRule


@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface DigesterRule

Meta-annotation that marks an annotation as part of commons-digester.

Since:
2.1

Required Element Summary
 Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> handledBy
          The handler that takes care on converting this annotation in the related AnnotationHandler and adds it to the FromAnnotationsRuleModule
 Class<? extends Rule> reflectsRule
          The reflected commons-digester rule.
 

Element Detail

reflectsRule

public abstract Class<? extends Rule> reflectsRule
The reflected commons-digester rule.


handledBy

public abstract Class<? extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> handledBy
The handler that takes care on converting this annotation in the related AnnotationHandler and adds it to the FromAnnotationsRuleModule



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.