@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface RequiresSession
@RequiresSession
will start session before method call and close after.
If session already in progress it will be ignored.Copyright © 2022 Apache Software Foundation. All rights reserved.