Annotation Interface AuthenticationNotRequired


@NameBinding @Retention(RUNTIME) @Target(METHOD) public @interface AuthenticationNotRequired
An annotation that when used, indicated that a method (in a JAX-RS resource) does not require authentication (when authentication is enabled). Use of this annotation is ignored if authentication is not enabled.
Since:
1.0.0
Author:
Steve Springett