Class JavaSourceAnnotationInfo
java.lang.Object
gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationInfo
- All Implemented Interfaces:
IAnnotationInfo,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaSourceAnnotationInfo(com.sun.source.tree.AnnotationTree annotationTree, IJavaAnnotatedElement owner) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.reflect.IAnnotationInfo
getTarget
-
Constructor Details
-
JavaSourceAnnotationInfo
public JavaSourceAnnotationInfo(com.sun.source.tree.AnnotationTree annotationTree, IJavaAnnotatedElement owner)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceIAnnotationInfo
-
getInstance
- Specified by:
getInstancein interfaceIAnnotationInfo
-
getFieldValue
- Specified by:
getFieldValuein interfaceIAnnotationInfo
-
getName
- Specified by:
getNamein interfaceIAnnotationInfo
-
getDescription
- Specified by:
getDescriptionin interfaceIAnnotationInfo
-
getOwnersType
- Specified by:
getOwnersTypein interfaceIAnnotationInfo
-