Package gw.lang.reflect
Interface IAnnotationInfo
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AsmClassAnnotationInfo
,ClassAnnotationInfo
,GosuAnnotationInfo
,JavaSourceAnnotationInfo
,RepeatableContainerAnnotationInfo
public interface IAnnotationInfo extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getDescription()
Object
getFieldValue(String field)
Object
getInstance()
String
getName()
IType
getOwnersType()
default AnnotationUseSiteTarget
getTarget()
IType
getType()
-