Annotation Interface ForbiddenApiResponse


@Retention(RUNTIME) @Target(METHOD) public @interface ForbiddenApiResponse
An annotation used for defining how a controller's endpoint should behave when the user does not have sufficient privileges to access the endpoint.
Version:
1.0.5
Author:
Stephen Prizio