Annotation Interface AnonymousAccess


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface AnonymousAccess
An annotation used on a controller class to make this resource anonymously accessible. This annotation can only be used on the implementation class of AbstractController. It should be used with Spring annotation @Controller or @RestController together.