public interface DeclareAnnotation
Modifier and Type | Interface | Description |
---|---|---|
static class |
DeclareAnnotation.Kind |
Modifier and Type | Method | 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()