@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ActionViewData
The value will be packaged as a name-value pair.
Only methods that adhere to JavaBean naming conventions (get* and is*) are supported.
For example, getFoo() { return "bar" } will be sent as ("foo", "bar").
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
injected  | 
Copyright © 2003–2017 Atlassian. All rights reserved.