@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @SecuredAccess("permitAll") public @interface PermitAll
Allows access to everyone, authenticated or not. I.e. this is Spring Security's definition of permitAll. This is in contrast to PermitAll which only grants access to every authenticated user.