Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
-
Packages that use MojoAnnotationVisitor Package Description org.apache.maven.tools.plugin.extractor.annotations.scanner org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors -
-
Uses of MojoAnnotationVisitor in org.apache.maven.tools.plugin.extractor.annotations.scanner
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner with parameters of type MojoAnnotationVisitor Modifier and Type Method Description protected void
DefaultMojoAnnotationsScanner. populateAnnotationContent(Object content, MojoAnnotationVisitor mojoAnnotationVisitor)
-
Uses of MojoAnnotationVisitor in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return MojoAnnotationVisitor Modifier and Type Method Description MojoAnnotationVisitor
MojoClassVisitor. getAnnotationVisitor(Class<?> annotation)
MojoAnnotationVisitor
MojoFieldVisitor. getMojoAnnotationVisitor()
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return types with arguments of type MojoAnnotationVisitor Modifier and Type Method Description Map<String,MojoAnnotationVisitor>
MojoClassVisitor. getAnnotationVisitorMap()
Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors with type arguments of type MojoAnnotationVisitor Modifier and Type Method Description void
MojoClassVisitor. setAnnotationVisitorMap(Map<String,MojoAnnotationVisitor> annotationVisitorMap)
-