@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SessionFree
Indicate a controller handler method does NOT require
session. This can be used to improve the performance of handling
request for resource that does not require session participation