org.ucmtwine.annotation
Annotation Type Environment


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Environment

Defines an injectable ucm environment variable.

Author:
tim

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

name

public abstract String name
The name of the environment variable.

required

public abstract boolean required
Indicates the environment variable is required, causing an exception if not specified.

Default:
true


Copyright © 2012. All Rights Reserved.