Annotation Type HttpConstraint


@Retention(RUNTIME) @Documented public @interface HttpConstraint
This annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise represented by a corresponding HttpMethodConstraint in a ServletSecurity annotation.
Since:
Servlet 3.0