Package gw.lang.reflect
Interface IAnnotationInfoFactory
-
- All Known Implementing Classes:
AnnotationInfoFactoryImpl
public interface IAnnotationInfoFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAnnotationInfo
create(Class type, Object[] expressionValue, IFeatureInfo owner)
IAnnotationInfo
createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
-
-
-
Method Detail
-
create
IAnnotationInfo create(Class type, Object[] expressionValue, IFeatureInfo owner)
-
createJavaAnnotation
IAnnotationInfo createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
-
-