Package jakarta.servlet.annotation
Annotation Interface WebInitParam
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
- Since:
 - Servlet 3.0
 
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDescription of the initialization parameter 
- 
Element Details
- 
name
String nameName of the initialization parameter- Returns:
 - name of the initialization parameter
 
 - 
value
String valueValue of the initialization parameter- Returns:
 - value of the initialization parameter
 
 - 
description
String descriptionDescription of the initialization parameter- Returns:
 - description of the initialization parameter
 
- Default:
 ""
 
 -