Annotation Type ScriptMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface ScriptMethodCustom annotation type for class methods.- Author:
- drq
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringcodejava.lang.Stringhelpjava.lang.StringoutputScriptMethodTypetype
-
-
-
-
type
ScriptMethodType type
- Returns:
- type of this method (the default is READ)
- Default:
- org.springframework.extensions.webscripts.annotation.ScriptMethodType.READ
-
-