Package ninja.params
Annotation Type SessionParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface SessionParam
Inject a session value to a controller method invocation- Author:
- James Roper
-
-
Element Detail
-
value
String value
The key to look up the session value- Returns:
- The key
-
-