Interface MethodParameterAnnotation


public interface MethodParameterAnnotation
Annotates the ManagedFunction object with the details of the parameter for the MethodAnnotation.
  • Method Details

    • getMethod

      Method getMethod()
      Obtains the Method.
      Returns:
      Method.
    • getParameterIndex

      int getParameterIndex()
      Obtains the index of the parameter on the Method.
      Returns:
      Index of the parameter on the Method.