@Target(value={METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) @InjectAnnotation public @interface ScriptVariable
| Modifier and Type | Optional Element and Description | 
|---|---|
| InjectionStrategy | injectionStrategy | 
| String | nameSpecifies the name of the script variable. | 
| boolean | optionalDeprecated. 
 Use  InjectionStrategyinstead. | 
public abstract String name
@Deprecated public abstract boolean optional
InjectionStrategy instead.public abstract InjectionStrategy injectionStrategy
Optional, Required) are used.
 If even those are not available the default injection strategy defined on the Model applies.
 Default value = DEFAULT.Copyright © 2015 The Apache Software Foundation. All rights reserved.