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