@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface AnonymousAllowed
An annotation to tell that resources are accessible by anonymous users (i.e. not authenticated user).
The default for all resources is to require authentication, those resources that don't require authentication should use this annotation.
Copyright © 2016 Atlassian. All rights reserved.