Annotation Interface ScriptParameter


@Retention(RUNTIME) @Target(PARAMETER) public @interface ScriptParameter
Custom annotation type for method parameters.
Author:
drq
  • Element Details

    • name

      String name
      Returns:
      a user friendly display name for the parameter
      Default:
      ""
    • help

      String help
      Returns:
      a help message for this parameter (the default is a blank String, which means there is no help)
      Default:
      ""
    • code

      String code
      Returns:
      code snippet for this parameter (the default is a blank String, which means there is no sample code)
      Default:
      ""