org.jboss.annotation.ejb
Annotation Type Depends


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Depends

Annotation for specifying a deployment dependency for a bean. If placed on a setter method or field an MBean proxy will be injected as well.

Version:
$Revision: 1.5 $
Author:
Kabir Khan

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value