@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface ApiAuthNone
This annotation is to be used on your "service" class, for example controllers, or on exposed methods. It specifies that the
controller/method does not need any authentication, but on the contrary it is accessible by the anonymous user.
- Author:
- Fabio Maffioletti