Package gw.internal.gosu.parser
Class AnnotationJavaClassAnnotation
- java.lang.Object
-
- gw.internal.gosu.parser.AnnotationJavaClassAnnotation
-
- All Implemented Interfaces:
IJavaClassAnnotation
,Serializable
public class AnnotationJavaClassAnnotation extends Object implements IJavaClassAnnotation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationJavaClassAnnotation(Annotation annotation)
-
-
-
Constructor Detail
-
AnnotationJavaClassAnnotation
public AnnotationJavaClassAnnotation(Annotation annotation)
-
-
Method Detail
-
annotationTypeName
public String annotationTypeName()
- Specified by:
annotationTypeName
in interfaceIJavaClassAnnotation
-
getValue
public Object getValue(String name)
- Specified by:
getValue
in interfaceIJavaClassAnnotation
-
-