|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
@Documented
@Inherited
@Contract
public @interface RunLevelDefines the notion of a run/start level.
| Optional Element Summary | |
|---|---|
Class<?> |
runLevelScope
Defines the run level scope in which this RunLevel applies. |
int |
value
Defines the run level. |
@InhabitantMetadata(value="runLevelScope") public abstract Class<?> runLevelScope
@InhabitantMetadata(value="runLevel") public abstract int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||