Annotation Interface HandlesTypes
This annotation is used to declare an array of application classes which are passed to a
ServletContainerInitializer.- Since:
- Servlet 3.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<?>[]Declares the classes handled by theServletContainerInitializer.
-
Element Details
-
value
Class<?>[] valueDeclares the classes handled by theServletContainerInitializer.- Returns:
- array of classes
-