|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface ScopeParam
Marker annotation to identify the name of a parameter of a method.
By default, the scopes() is Scope.AUTO.
You could arrange another sequence by setting the scopes().
Init,
Command,
Scope| Required Element Summary | |
|---|---|
java.lang.String |
value
name of the parameter |
| Optional Element Summary | |
|---|---|
Scope[] |
scopes
the scopes to evaluate. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract Scope[] scopes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||