javax.ejb.DependsOn annotation
------------------------------
Key: JBMETA-126
URL:
https://jira.jboss.org/jira/browse/JBMETA-126
Project: JBoss Metadata
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 1.0.0.CR2
@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();
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira