Annotation Interface ServletSecurity


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface ServletSecurity
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages. The Servlet container will enforce these constraints on the url-patterns mapped to the servlets mapped to the annotated class.
Since:
Servlet 3.0