Annotation Interface ScriptParameter
Custom annotation type for method parameters.
- Author:
- drq
-
Optional Element Summary
Optional Elements
-
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:
- ""
-