Package gw.internal.gosu.parser
Class ClassAnnotationInfo
java.lang.Object
gw.internal.gosu.parser.ClassAnnotationInfo
- All Implemented Interfaces:
IAnnotationInfo
,Serializable
Holds annotation information for a feature
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClassAnnotationInfo
(Annotation annotation, IType containerType) ClassAnnotationInfo
(Annotation annotation, IJavaAnnotatedElement element) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface gw.lang.reflect.IAnnotationInfo
getTarget
-
Field Details
-
_annotation
-
_containerType
-
-
Constructor Details
-
ClassAnnotationInfo
-
ClassAnnotationInfo
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIAnnotationInfo
-
getOwnersType
- Specified by:
getOwnersType
in interfaceIAnnotationInfo
-
getDisplayName
-
getDescription
- Specified by:
getDescription
in interfaceIAnnotationInfo
-
getInstance
- Specified by:
getInstance
in interfaceIAnnotationInfo
-
getFieldValue
- Specified by:
getFieldValue
in interfaceIAnnotationInfo
-
getType
- Specified by:
getType
in interfaceIAnnotationInfo
-
toString
-