Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation
-
Packages that use DeclareAnnotation Package Description org.aspectj.weaver org.aspectj.weaver.patterns -
-
Uses of DeclareAnnotation in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type DeclareAnnotation Modifier and Type Method Description Collection<DeclareAnnotation>CrosscuttingMembers. getDeclareAnnotationOnFields()List<DeclareAnnotation>CrosscuttingMembersSet. getDeclareAnnotationOnFields()List<DeclareAnnotation>World. getDeclareAnnotationOnFields()Collection<DeclareAnnotation>CrosscuttingMembers. getDeclareAnnotationOnMethods()List<DeclareAnnotation>CrosscuttingMembersSet. getDeclareAnnotationOnMethods()List<DeclareAnnotation>World. getDeclareAnnotationOnMethods()Collection<DeclareAnnotation>CrosscuttingMembers. getDeclareAnnotationOnTypes()List<DeclareAnnotation>CrosscuttingMembersSet. getDeclareAnnotationOnTypes()List<DeclareAnnotation>World. getDeclareAnnotationOnTypes() -
Uses of DeclareAnnotation in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return DeclareAnnotation Modifier and Type Method Description DeclareAnnotationPatternParser. parseDeclareAtField()DeclareAnnotationPatternParser. parseDeclareAtMethod(boolean isMethod)DeclareAnnotationPatternParser. parseDeclareAtType()Methods in org.aspectj.weaver.patterns with parameters of type DeclareAnnotation Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(DeclareAnnotation node, Object data)ObjectPatternNodeVisitor. visit(DeclareAnnotation node, Object data)
-