org.jboss.ejb3.annotation
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: 67834 $
Author:
Kabir Khan

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.