Interface Parameter

All Superinterfaces:
AnnotatedElement

public interface Parameter extends AnnotatedElement
AnnotatedElement for a method parameter.
Author:
Lincoln Baxter, III
  • Method Details

    • getType

      Class<?> getType()
      Return the Class type of this parameter.
    • getDeclaringMethod

      Method getDeclaringMethod()
      Return the method declaring this parameter.
    • getIndex

      int getIndex()
      Return the index of this parameter in the declaring Method signature.