Class AnnotationUtil


  • public final class AnnotationUtil
    extends Object
    • Method Detail

      • getPrivClassAnnotation

        public static <T extends Annotation> T getPrivClassAnnotation​(Class<?> clazz,
                                                                      Class<T> anoClass)
      • getPrivMethodAnnotation

        public static <T extends Annotation> T getPrivMethodAnnotation​(Method method,
                                                                       Class<T> anoClass)
      • getPrivParameterAnnotations

        public static Annotation[][] getPrivParameterAnnotations​(Method method)
      • getWebParam

        public static javax.jws.WebParam getWebParam​(Method method,
                                                     String paraName)
      • getWebResult

        public static javax.jws.WebResult getWebResult​(Method method)