Interface AnnotatedMethod<T>

All Superinterfaces:
Annotated<T>, AnnotatedElement, AnnotatedMember<T>, Member
All Known Implementing Classes:
MetaAnnotatedConstructor, MetaAnnotatedMethod

public interface AnnotatedMethod<T> extends AnnotatedMember<T>
Version:
$Rev$ $Date$
  • Method Details

    • getParameterAnnotations

      Annotation[][] getParameterAnnotations()
    • getExceptionTypes

      Class<?>[] getExceptionTypes()
    • getParameterTypes

      Class<?>[] getParameterTypes()
    • toGenericString

      String toGenericString()
    • getGenericExceptionTypes

      Type[] getGenericExceptionTypes()
    • getGenericParameterTypes

      Type[] getGenericParameterTypes()
    • isVarArgs

      boolean isVarArgs()