javax.ejb
Annotation Type DependsOn
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DependsOn
Used to express an initialization dependency between Singleton components.
- Since:
- 3.1
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.