Verwendungen von Klasse
org.aspectj.weaver.patterns.DeclareAnnotation.Kind
Packages, die DeclareAnnotation.Kind verwenden
-
Verwendungen von DeclareAnnotation.Kind in org.aspectj.weaver.patterns
Felder in org.aspectj.weaver.patterns, die deklariert sind als DeclareAnnotation.KindModifizierer und TypFeldBeschreibungstatic final DeclareAnnotation.Kind
DeclareAnnotation.AT_CONSTRUCTOR
static final DeclareAnnotation.Kind
DeclareAnnotation.AT_FIELD
static final DeclareAnnotation.Kind
DeclareAnnotation.AT_METHOD
static final DeclareAnnotation.Kind
DeclareAnnotation.AT_REMOVE_FROM_FIELD
static final DeclareAnnotation.Kind
DeclareAnnotation.AT_TYPE
Methoden in org.aspectj.weaver.patterns, die DeclareAnnotation.Kind zurückgebenKonstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ DeclareAnnotation.KindModifiziererKonstruktorBeschreibungDeclareAnnotation
(DeclareAnnotation.Kind kind, ISignaturePattern sigPattern) Constructor for declare atMethod/atField/atConstructor.DeclareAnnotation
(DeclareAnnotation.Kind kind, TypePattern typePattern) Constructor for declare atType.