@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
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.