@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DependsOn
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Holds one or more ejb-names of Singleton components whose
initialization must occur before this Singleton.
|