Annotation Type EventParameter


@Target(PARAMETER) @Retention(RUNTIME) public @interface EventParameter
Specifies function parameter that are passed to PDP and would be used as event parameter. Created by chattapa on 10/16/16.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The parameter name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The parameter description.
  • Element Details

    • name

      String name
      The parameter name.
      Returns:
      the name
    • description

      String description
      The parameter description.
      Returns:
      the description
      Default:
      ""