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