Package gw.lang.reflect
Class IAnnotatedFeatureInfo.IAnnotationInfoHelper
java.lang.Object
gw.lang.reflect.IAnnotatedFeatureInfo.IAnnotationInfoHelper
- Enclosing interface:
- IAnnotatedFeatureInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation
(IType type, List<IAnnotationInfo> annotations, String featureName) getAnnotationsOfType
(IType type, List<IAnnotationInfo> annotations) boolean
hasAnnotation
(IType type, List<IAnnotationInfo> annotations) boolean
isInherited
(IType type) boolean
shouldAddInheritedAnnotation
(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)
-
Constructor Details
-
IAnnotationInfoHelper
private IAnnotationInfoHelper()
-
-
Method Details
-
getAnnotation
public IAnnotationInfo getAnnotation(IType type, List<IAnnotationInfo> annotations, String featureName) -
hasAnnotation
-
getAnnotationsOfType
-
isInherited
-
shouldAddInheritedAnnotation
public boolean shouldAddInheritedAnnotation(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)
-