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, ornull
if there is no session.SessionId
is always optional, so there is no need to add theOptional
annotation.- Author:
- Richard "Shred" Körber