@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WebInitParam
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String |
name |
Name of the initialization parameter
|
java.lang.String |
value |
Value of the initialization parameter
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
description |
Description of the initialization parameter
|
Copyright © 1999-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation.