Annotation Type ServletSecurity


@Inherited @Target(TYPE) @Retention(RUNTIME) @Documented public @interface ServletSecurity
Declare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests.
The container applies constraints to the URL patterns mapped to each Servlet which declares this annotation.

Since:
Servlet 3.0