Annotation Type 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 value
      Gets the index of the parameter.
    • Element Detail

      • value

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