@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
public @interface SessionVariable
Indicate a binding from a CLI session variable to a commander field or parameter;
Or binding from a H.KV.get(String) to a controller field or action handler parameter
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Specifies the session attribute key
|
Copyright © 2014–2017 ActFramework. All rights reserved.