-
Sub-task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
@Target(TYPE)
@Retention(RUNTIME)
public @interface DependsOn {
/**
- Holds one or more ejb-names of Singleton components whose
- initialization must occur before this Singleton.
*/
String[] value();
}