public interface DeclareAnnotation
限定符和类型 | 接口和说明 |
---|---|
static class |
DeclareAnnotation.Kind |
限定符和类型 | 方法和说明 |
---|---|
Annotation |
getAnnotation()
The declared annotation.
|
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()
Annotation getAnnotation()
String getAnnotationAsText()