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 IAnnotationInfocreate(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)IAnnotationInfocreateJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)
-
-
-
Method Detail
-
create
IAnnotationInfo create(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)
-
createJavaAnnotation
IAnnotationInfo createJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)
-
-