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 IAnnotationInfo
create(Class type, Object[] expressionValue, IFeatureInfo owner)
IAnnotationInfo
createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
static AnnotationInfoFactoryImpl
instance()
-
-
-
Method Detail
-
instance
public static AnnotationInfoFactoryImpl instance()
-
create
public IAnnotationInfo create(Class type, Object[] expressionValue, IFeatureInfo owner)
- Specified by:
create
in interfaceIAnnotationInfoFactory
-
createJavaAnnotation
public IAnnotationInfo createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
- Specified by:
createJavaAnnotation
in interfaceIAnnotationInfoFactory
-
-