|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
@Documented
@Contract
public @interface RunLevelDefines the notion of a run level a la Unix.
| Optional Element Summary | |
|---|---|
java.lang.Class<?> |
environment
Defines the environment in which this RunLevel applies. |
int |
value
defines the run level, must be greater than 0 |
@InhabitantMetadata(value="env") public abstract java.lang.Class<?> environment
An Environment is any type used to segregate the application / system namespace.
A null environment is considered a valid value and will be used as the default value mapping to Void.class.
@InhabitantMetadata(value="runLevel") public abstract int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||