Package gw.lang.reflect
Class AnnotationReflectUtil
java.lang.Object
gw.lang.reflect.AnnotationReflectUtil
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
evalDeprecationReason
(IAnnotatedFeatureInfo featureInfo) Deprecated.static boolean
evalIsHidden
(IAnnotatedFeatureInfo featureInfo) Deprecated.static String
evalParameterDecription
(IParameterInfo parameterData) Deprecated.static String
evalReturnDescription
(IMethodInfo method) Deprecated.private static List<IAnnotationInfo>
evalThrows
(IAnnotatedFeatureInfo typeInfo) Deprecated.static List<IExceptionInfo>
evalThrowsInfos
(IAnnotatedFeatureInfo typeInfo) Deprecated.static boolean
evalVisibleForWebservice
(IMethodInfo method) Deprecated.private static boolean
isGosuFeature
(IAnnotatedFeatureInfo featureInfo) Deprecated.
-
Constructor Details
-
AnnotationReflectUtil
public AnnotationReflectUtil()Deprecated.
-
-
Method Details
-
evalDeprecationReason
Deprecated. -
evalThrowsInfos
Deprecated. -
evalThrows
Deprecated. -
evalReturnDescription
Deprecated. -
evalVisibleForWebservice
Deprecated. -
evalIsHidden
Deprecated. -
evalParameterDecription
Deprecated. -
isGosuFeature
Deprecated.
-