@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Command
BindingParam
and others to assign a binding argument as its parameter,
and Default
to assign a default value if the argument is null.BindingParam
,
ExecutionParam
,
ExecutionArgParam
,
HeaderParam
,
CookieParam
,
QueryParam
,
ScopeParam
,
ContextParam
,
Default
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
value |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.