org.glassfish.hk2.runlevel
Annotation Type RunLevelControllerIndicator


@Qualifier
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RunLevelControllerIndicator

Identifies the RunLevelController target for the RunLevel annotated service.

Author:
tbeerbower

Optional Element Summary
 String value
          Defines the run level scope in which this RunLevel applies.
 

value

public abstract String value
Defines the run level scope in which this RunLevel applies.

The run level scope is any type used to segregate the application / system namespace.

Returns:
the run level scope type this annotation value applies
Default:
"__runLevelControllerDefaultName"


Copyright © 2013 Oracle Corporation. All Rights Reserved.