|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface Environment
Defines an injectable ucm environment variable.
| Required Element Summary | |
|---|---|
String |
name
The name of the environment variable. |
| Optional Element Summary | |
|---|---|
boolean |
required
Indicates the environment variable is required, causing an exception if not specified. |
| Element Detail |
|---|
public abstract String name
public abstract boolean required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||