|
||||||||||
| 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 ˆ la Unix.
| Optional Element Summary | |
|---|---|
java.lang.Class<?> |
environment
Defines the environment in which this RunLevel applies An Environment is any type used to segregate the application of the run level annotation. |
int |
value
defines the run level, must be greater than 0 |
public abstract java.lang.Class<?> environment
public abstract int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||