Class MethodParameter


  • public class MethodParameter
    extends Parameter
    Version:
    $Revision: 1 $
    • Field Detail

      • annotations

        protected java.lang.annotation.Annotation[] annotations
    • Constructor Detail

      • MethodParameter

        protected MethodParameter​(ResourceLocator locator,
                                  java.lang.Class<?> type,
                                  java.lang.reflect.Type genericType,
                                  java.lang.annotation.Annotation[] annotations)
    • Method Detail

      • getAccessibleObject

        public java.lang.reflect.AccessibleObject getAccessibleObject()
        Specified by:
        getAccessibleObject in class Parameter
      • getAnnotations

        public java.lang.annotation.Annotation[] getAnnotations()
        Specified by:
        getAnnotations in class Parameter