Package org.aspectj.lang.reflect
Interface DeclareAnnotation
-
- All Known Implementing Classes:
DeclareAnnotationImpl
public interface DeclareAnnotation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeclareAnnotation.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationgetAnnotation()StringgetAnnotationAsText()AjType<?>getDeclaringType()DeclareAnnotation.KindgetKind()SignaturePatterngetSignaturePattern()TypePatterngetTypePattern()
-
-
-
Method Detail
-
getDeclaringType
AjType<?> getDeclaringType()
-
getKind
DeclareAnnotation.Kind getKind()
-
getSignaturePattern
SignaturePattern getSignaturePattern()
-
getTypePattern
TypePattern getTypePattern()
-
getAnnotation
Annotation getAnnotation()
-
getAnnotationAsText
String getAnnotationAsText()
-
-