Annotation Type HttpMethodConstraint


@Retention(RUNTIME) @Documented public @interface HttpMethodConstraint
Specific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotation inside the ServletSecurity annotation.
Since:
Servlet 3.0