Interface AnnotatedParameter<X>

  • Type Parameters:
    X - the type that declares the method or constructor
    All Superinterfaces:
    Annotated


    public interface AnnotatedParameter<X>
    extends Annotated

    Represents a parameter of a method or constructor.

    • Method Detail

      • getPosition

        int getPosition​()

        Get the position of the parameter in the method or constructor argument list.

        Returns:
        the position of the parameter