Annotation Interface ScriptMethod
Custom annotation type for class methods.
- Author:
- drq
-
Optional Element Summary
Optional Elements
-
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
ScriptMethodType type- Returns:
- type of this method (the default is READ)
- Default:
- READ
-