@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
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.