Package gw.internal.gosu.parser
Class AnnotationJavaClassAnnotation
- java.lang.Object
-
- gw.internal.gosu.parser.AnnotationJavaClassAnnotation
-
- All Implemented Interfaces:
IJavaClassAnnotation,java.io.Serializable
public class AnnotationJavaClassAnnotation extends java.lang.Object implements IJavaClassAnnotation
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotation_annotation
-
Constructor Summary
Constructors Constructor Description AnnotationJavaClassAnnotation(java.lang.annotation.Annotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringannotationTypeName()java.lang.ObjectgetValue(java.lang.String name)
-
-
-
Method Detail
-
annotationTypeName
public java.lang.String annotationTypeName()
- Specified by:
annotationTypeNamein interfaceIJavaClassAnnotation
-
getValue
public java.lang.Object getValue(java.lang.String name)
- Specified by:
getValuein interfaceIJavaClassAnnotation
-
-