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