@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebInitParam
| Modifier and Type | Required Element and Description | 
|---|---|
| String | nameName of the initialization parameter | 
| String | valueValue of the initialization parameter | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | descriptionDescription of the initialization parameter | 
public abstract String name
public abstract String value
public abstract String description
Comments to: [email protected].
 Copyright © 2019 Eclipse Foundation. All rights reserved.
 Use is subject to license terms.