public interface DeclareAnnotation
Modifier and Type | Interface and Description |
---|---|
static class |
DeclareAnnotation.Kind |
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation |
getAnnotation()
The declared annotation.
|
java.lang.String |
getAnnotationAsText()
Returns the text of the annotation as declared in this member.
|
AjType<?> |
getDeclaringType()
The aspect that declared this member.
|
DeclareAnnotation.Kind |
getKind()
The target element kind
|
SignaturePattern |
getSignaturePattern()
The target signature pattern.
|
TypePattern |
getTypePattern()
The target type pattern.
|
AjType<?> getDeclaringType()
DeclareAnnotation.Kind getKind()
SignaturePattern getSignaturePattern()
TypePattern getTypePattern()
java.lang.annotation.Annotation getAnnotation()
java.lang.String getAnnotationAsText()