Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation
Packages that use DeclareAnnotation
-
Uses of DeclareAnnotation in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type DeclareAnnotationModifier and TypeMethodDescriptionCrosscuttingMembers.getDeclareAnnotationOnFields()
CrosscuttingMembersSet.getDeclareAnnotationOnFields()
World.getDeclareAnnotationOnFields()
CrosscuttingMembers.getDeclareAnnotationOnMethods()
includes declare @method and @constructorCrosscuttingMembersSet.getDeclareAnnotationOnMethods()
World.getDeclareAnnotationOnMethods()
CrosscuttingMembers.getDeclareAnnotationOnTypes()
CrosscuttingMembersSet.getDeclareAnnotationOnTypes()
World.getDeclareAnnotationOnTypes()
-
Uses of DeclareAnnotation in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return DeclareAnnotationModifier and TypeMethodDescriptionPatternParser.parseDeclareAtField()
PatternParser.parseDeclareAtMethod
(boolean isMethod) PatternParser.parseDeclareAtType()
Methods in org.aspectj.weaver.patterns with parameters of type DeclareAnnotationModifier and TypeMethodDescriptionAbstractPatternNodeVisitor.visit
(DeclareAnnotation node, Object data) PatternNodeVisitor.visit
(DeclareAnnotation node, Object data) TraceVisitor.visit
(DeclareAnnotation node, Object data)