Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation.Kind
Packages that use DeclareAnnotation.Kind
-
Uses of DeclareAnnotation.Kind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as DeclareAnnotation.KindModifier and TypeFieldDescriptionstatic DeclareAnnotation.Kind
DeclareAnnotation.AT_CONSTRUCTOR
static DeclareAnnotation.Kind
DeclareAnnotation.AT_FIELD
static DeclareAnnotation.Kind
DeclareAnnotation.AT_METHOD
static DeclareAnnotation.Kind
DeclareAnnotation.AT_REMOVE_FROM_FIELD
static DeclareAnnotation.Kind
DeclareAnnotation.AT_TYPE
Methods in org.aspectj.weaver.patterns that return DeclareAnnotation.KindConstructors in org.aspectj.weaver.patterns with parameters of type DeclareAnnotation.KindModifierConstructorDescriptionDeclareAnnotation(DeclareAnnotation.Kind kind, ISignaturePattern sigPattern)
Constructor for declare atMethod/atField/atConstructor.DeclareAnnotation(DeclareAnnotation.Kind kind, TypePattern typePattern)
Constructor for declare atType.