Uses of Interface
org.kohsuke.args4j.apt.AnnotationVisitor
-
Packages that use AnnotationVisitor Package Description org.kohsuke.args4j.apt -
-
Uses of AnnotationVisitor in org.kohsuke.args4j.apt
Classes in org.kohsuke.args4j.apt that implement AnnotationVisitor Modifier and Type Class Description class
AnnotationVisitorReorderer
Reorders the annotation according to their canonical name(package private) class
HtmlWriter
Writes the option list as HTML to aWriter
.(package private) class
TxtWriter
Writes the option list as TXT to aWriter
.(package private) class
XmlWriter
Writes the option list as XML to aWriter
.Fields in org.kohsuke.args4j.apt declared as AnnotationVisitor Modifier and Type Field Description private AnnotationVisitor
AnnotationVisitorReorderer. target
Methods in org.kohsuke.args4j.apt that return AnnotationVisitor Modifier and Type Method Description private AnnotationVisitor
AnnotationProcessorImpl. createAnnotationVisitor(javax.lang.model.element.TypeElement te)
Methods in org.kohsuke.args4j.apt with parameters of type AnnotationVisitor Modifier and Type Method Description private void
AnnotationProcessorImpl. scan(javax.lang.model.element.Element f, AnnotationVisitor visitor)
private void
AnnotationProcessorImpl. scan(javax.lang.model.element.TypeElement decl, AnnotationVisitor visitor)
Constructors in org.kohsuke.args4j.apt with parameters of type AnnotationVisitor Constructor Description AnnotationVisitorReorderer(AnnotationVisitor target)
-