@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WebListener
ServletContextListener, ServletContextAttributeListener,
ServletRequestListener, ServletRequestAttributeListener,
HttpSessionListener, or HttpSessionAttributeListener, or
HttpSessionIdListener interfaces.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Description of the listener
|