Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AfterAnnotationContent
-
Packages that use AfterAnnotationContent Package Description org.apache.maven.tools.plugin.extractor.annotations org.apache.maven.tools.plugin.extractor.annotations.scanner -
-
Uses of AfterAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations that return types with arguments of type AfterAnnotationContent Modifier and Type Method Description protected java.util.List<AfterAnnotationContent>JavaAnnotationsMojoDescriptorExtractor. getAfterAnnotationsFromHierarchy(MojoAnnotatedClass mojoAnnotatedClass, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)Collects all@Afterannotations from the class hierarchy, starting from the most-derived class. -
Uses of AfterAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations.scanner
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner that return types with arguments of type AfterAnnotationContent Modifier and Type Method Description java.util.List<AfterAnnotationContent>MojoAnnotatedClass. getAfterAnnotations()Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner with type arguments of type AfterAnnotationContent Modifier and Type Method Description MojoAnnotatedClassMojoAnnotatedClass. setAfterAnnotations(java.util.List<AfterAnnotationContent> afterAnnotations)
-