See: Description
| Annotation Type | Description | 
|---|---|
| WLFilter | The WLFilter annotation is used to mark a Filter class with necessary
 metadata so it can be deployed without being declared in the web.xml descriptor. | 
| WLInitParam | The WLInitParam annotation is used within the context of the WLServlet or
 WLFilter annotations to declare the 'init-param' attributes
 for the  servletandfilterelements of the web.xml descriptor. | 
| WLServlet | The WLServlet annotation is used to mark a Servlet class with necessary
 metadata so it can be deployed without being declared in the web.xml descriptor. |