@Documented @Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) @Bindable public @interface SessionValue
Session.| Modifier and Type | Optional Element and Description | 
|---|---|
| String | defaultValue | 
| String | value | 
@AliasFor(annotation=Bindable.class, member="value") public abstract String value
@AliasFor(annotation=Bindable.class, member="defaultValue") public abstract String defaultValue
Bindable.defaultValue()