Interface ParameterDescription.ForLoadedParameter.ParameterAnnotationSource

All Known Implementing Classes:
MethodDescription.ForLoadedConstructor, MethodDescription.ForLoadedMethod, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedConstructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource.ForLoadedMethod
Enclosing class:
ParameterDescription.ForLoadedParameter<T extends AccessibleObject>

public static interface ParameterDescription.ForLoadedParameter.ParameterAnnotationSource
A source for querying parameter annotations.
  • Method Details

    • getParameterAnnotations

      Annotation[][] getParameterAnnotations()
      Returns the parameter annotations represented by this source.
      Returns:
      The parameter annotations as an array indexed by parameter index.