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