Annotation Interface Param


@Target(METHOD) @Retention(RUNTIME) public @interface Param
Represents the position of a parameter within an event.

This is an implementation detail and should not be relied upon.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Gets the index of the parameter.
  • Element Details

    • value

      int value
      Gets the index of the parameter.
      Returns:
      the index