Package gw.internal.gosu.parser
Class AnnotationInfoFactoryImpl
- java.lang.Object
-
- gw.internal.gosu.parser.AnnotationInfoFactoryImpl
-
- All Implemented Interfaces:
IAnnotationInfoFactory
public class AnnotationInfoFactoryImpl extends java.lang.Object implements IAnnotationInfoFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static AnnotationInfoFactoryImplINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateAnnotationInfoFactoryImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IAnnotationInfocreate(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)IAnnotationInfocreateJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)static AnnotationInfoFactoryImplinstance()
-
-
-
Field Detail
-
INSTANCE
private static final AnnotationInfoFactoryImpl INSTANCE
-
-
Method Detail
-
instance
public static AnnotationInfoFactoryImpl instance()
-
create
public IAnnotationInfo create(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)
- Specified by:
createin interfaceIAnnotationInfoFactory
-
createJavaAnnotation
public IAnnotationInfo createJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)
- Specified by:
createJavaAnnotationin interfaceIAnnotationInfoFactory
-
-