Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

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.
 

Element Detail

value

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


Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.