@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface SessionId
This annotation can be used on a String parameter in handler
methods to inject the current session identifier without needing to
extract it from the request object.
Example usage:
{@code