Annotation Type SessionId
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface SessionId
Annotates a String parameter that will contain an unique identifier for the current HTTP session, ornullif there is no session.SessionIdis always optional, so there is no need to add theOptionalannotation.- Author:
- Richard "Shred" Körber