Package jakarta.servlet.annotation
Annotation Type WebListener
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebListener
This annotation is used to declare a WebListener. Any class annotated with WebListener must implement one or more of theServletContextListener
,ServletContextAttributeListener
,ServletRequestListener
,ServletRequestAttributeListener
,HttpSessionListener
, orHttpSessionAttributeListener
, orHttpSessionIdListener
interfaces.- Since:
- Servlet 3.0
-
-
Element Detail
-
value
String value
Description of the listener- Returns:
- description of the listener
- Default:
- ""
-
-