Annotation Type HandlesTypes


@Target(TYPE)
@Retention(RUNTIME)
public @interface HandlesTypes
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
Since:
Servlet 3.0
See Also:
ServletContainerInitializer