javax.ejb
Annotation Type DependsOn


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DependsOn

Used to express an initialization dependency between Singleton components.


Required Element Summary
 java.lang.String[] value
          Holds one or more ejb-names of Singleton components whose initialization must occur before this Singleton.
 

Element Detail

value

public abstract java.lang.String[] value
Holds one or more ejb-names of Singleton components whose initialization must occur before this Singleton.



Submit a bug or feature

Copyright © 2009, 2010, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 4-June-2010 04:34