Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AfterAnnotationContent
Packages that use AfterAnnotationContent
Package
Description
-
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 AfterAnnotationContentModifier and TypeMethodDescriptionprotected List<AfterAnnotationContent> JavaAnnotationsMojoDescriptorExtractor.getAfterAnnotationsFromHierarchy(MojoAnnotatedClass mojoAnnotatedClass, Map<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 AfterAnnotationContentMethod parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner with type arguments of type AfterAnnotationContentModifier and TypeMethodDescriptionMojoAnnotatedClass.setAfterAnnotations(List<AfterAnnotationContent> afterAnnotations)