Annotation Interface ScriptMethod


@Retention(RUNTIME) @Target(METHOD) public @interface ScriptMethod
Custom annotation type for class methods.
Author:
drq
  • Element Details

    • help

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

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

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

      Returns:
      type of this method (the default is READ)
      Default:
      READ