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 classAnnotationVisitorReordererReorders the annotation according to their canonical name(package private) classHtmlWriterWrites the option list as HTML to aWriter.(package private) classTxtWriterWrites the option list as TXT to aWriter.(package private) classXmlWriterWrites the option list as XML to aWriter.Fields in org.kohsuke.args4j.apt declared as AnnotationVisitor Modifier and Type Field Description private AnnotationVisitorAnnotationVisitorReorderer. targetMethods in org.kohsuke.args4j.apt that return AnnotationVisitor Modifier and Type Method Description private AnnotationVisitorAnnotationProcessorImpl. createAnnotationVisitor(javax.lang.model.element.TypeElement te)Methods in org.kohsuke.args4j.apt with parameters of type AnnotationVisitor Modifier and Type Method Description private voidAnnotationProcessorImpl. scan(javax.lang.model.element.Element f, AnnotationVisitor visitor)private voidAnnotationProcessorImpl. 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)
-