javax.ejb
Annotation Type DependsOn
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DependsOn
Used to express an initialization dependency between Singleton components.
- Since:
- EJB 3.1 version.
- Author:
- Florent Benoit
- See Also:
- EJB 3.1 specification
|
Required Element Summary |
String[] |
value
Holds one or more ejb-names of Singleton components whose initialization must occur before this Singleton. |
value
public abstract String[] value
- Holds one or more ejb-names of Singleton components whose initialization must occur before this Singleton.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.