Package gw.lang.reflect
Class AnnotationReflectUtil
java.lang.Object
gw.lang.reflect.AnnotationReflectUtil
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringevalDeprecationReason(IAnnotatedFeatureInfo featureInfo) Deprecated.static booleanevalIsHidden(IAnnotatedFeatureInfo featureInfo) Deprecated.static StringevalParameterDecription(IParameterInfo parameterData) Deprecated.static StringevalReturnDescription(IMethodInfo method) Deprecated.private static List<IAnnotationInfo>evalThrows(IAnnotatedFeatureInfo typeInfo) Deprecated.static List<IExceptionInfo>evalThrowsInfos(IAnnotatedFeatureInfo typeInfo) Deprecated.static booleanevalVisibleForWebservice(IMethodInfo method) Deprecated.private static booleanisGosuFeature(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.
-