Uses of Interface
gw.lang.reflect.IAnnotationInfo
-
Packages that use IAnnotationInfo Package Description gw.lang gw.lang.annotation gw.lang.ir gw.lang.reflect gw.lang.reflect.java -
-
Uses of IAnnotationInfo in gw.lang
Methods in gw.lang with parameters of type IAnnotationInfo Modifier and Type Method Description static ObjectGosuShop. getAnnotationFieldValueAsArray(IAnnotationInfo annotationInfo, String field)booleanIGosuShop. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo) -
Uses of IAnnotationInfo in gw.lang.annotation
Methods in gw.lang.annotation with parameters of type IAnnotationInfo Modifier and Type Method Description static UsageModifierUsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation) -
Uses of IAnnotationInfo in gw.lang.ir
Methods in gw.lang.ir that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIRAnnotation. getValue()Constructors in gw.lang.ir with parameters of type IAnnotationInfo Constructor Description IRAnnotation(IRType descriptor, boolean include, IAnnotationInfo annotation) -
Uses of IAnnotationInfo in gw.lang.reflect
Methods in gw.lang.reflect that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIAnnotationInfoFactory. create(Class type, Object[] expressionValue, IFeatureInfo owner)IAnnotationInfoIAnnotationInfoFactory. createJavaAnnotation(Annotation annotation, IFeatureInfo owner)IAnnotationInfoBaseFeatureInfo. getAnnotation(IType type)IAnnotationInfoIAnnotatedFeatureInfo. getAnnotation(IType type)IAnnotationInfoIAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, List<IAnnotationInfo> annotations, String featureName)IAnnotationInfoMethodInfoBase. getAnnotation(IType type)IAnnotationInfoMethodInfoDelegate. getAnnotation(IType type)IAnnotationInfoPropertyInfoBase. getAnnotation(IType type)IAnnotationInfoPropertyInfoDelegate. getAnnotation(IType type)IAnnotationInfoTypeInfoBase. getAnnotation(IType type)Methods in gw.lang.reflect with parameters of type IAnnotationInfo Modifier and Type Method Description booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)PropertyInfoBuilderPropertyInfoBuilder. withAnnotations(IAnnotationInfo... annotations)Method parameters in gw.lang.reflect with type arguments of type IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, List<IAnnotationInfo> annotations, String featureName)List<IAnnotationInfo>IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotationsOfType(IType type, List<IAnnotationInfo> annotations)booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. hasAnnotation(IType type, List<IAnnotationInfo> annotations)booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo) -
Uses of IAnnotationInfo in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoErrorJavaClassInfo. getAnnotation(Class<? extends Annotation> annotationClass)IAnnotationInfoIJavaAnnotatedElement. getAnnotation(Class<? extends Annotation> annotationClass)Returns this element's annotation for the specified type if such an annotation is present, else null.IAnnotationInfo[]ErrorJavaClassInfo. getDeclaredAnnotations()IAnnotationInfo[]IJavaAnnotatedElement. getDeclaredAnnotations()Returns all annotations that are directly present on this element.
-