@Retention(value=RUNTIME)
 @Target(value={METHOD,TYPE,PACKAGE})
public @interface ReadOnlyAccessAllowed
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package)
 should be bypassed by read-only access check.
 WARNING: This annotation must be used for admin actions only or user usage tracking services, e.g. recently viewed, analytics
- Since:
 
- 6.9.0