Annotation Interface NotSecured


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface NotSecured
The NotSecured annotation indicates that a method should be accessible regardless of session or authentication. The annotation effectively suppresses authentication restrictions defined on class level.