Package org.apache.commons.digester3.annotations
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.-
Interface Summary Interface Description AnnotationHandler<A extends java.lang.annotation.Annotation,E extends java.lang.reflect.AnnotatedElement> Intercepts aClassvisit performed by theDigesterLoader.AnnotationHandlerFactory An object capable of providing instances ofAnnotationHandler. -
Class Summary Class Description FromAnnotationsRuleModule RulesModuleimplementation that allows loading rules from annotated classes. -
Annotation Types Summary Annotation Type Description DigesterRule Meta-annotation that marks an annotation as part of commons-digester.DigesterRuleList Meta-annotation that marks an annotation as a list of commons-digester annotations.