Annotation Interface ProtectedResource


@Target(PARAMETER) @Retention(RUNTIME) public @interface ProtectedResource
Used in a method parameter to indicate the resource or main ID of the resource to be protected. Only use it once per method, and can't be used in conjunction with ProtectedResourceId.
Author:
avasquez