@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebInitParam
Modifier and Type | Required Element and Description |
---|---|
String |
name
Name of the initialization parameter
|
String |
value
Value of the initialization parameter
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Description of the initialization parameter
|
public abstract String name
public abstract String value
public abstract String description
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.