@Target(value=TYPE)
 @Retention(value=RUNTIME)
 @Documented
public @interface WebInitParam
| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.String | nameName of the initialization parameter | 
| java.lang.String | valueValue of the initialization parameter | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | descriptionDescription of the initialization parameter |