Package org.apache.commons.digester.annotations
package org.apache.commons.digester.annotations
The
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.-
ClassDescriptionAn object capable of providing instances of
Rule
.Marks a Digester rule as a creation rule, that's crucial for thesetNext
rule.This class manages the creation of Digester instances analyzing target classes annotated with digester annotations.DigesterLoader
builder implementation.ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.The exception thrown when an error occurs while analyzing targets and building rule sets.Meta-annotation that marks an annotation as part of commons-digester.Meta-annotation that marks an annotation as a list of commons-digester annotations.DigesterLoader
builder implementation.