org.jboss.ejb3.annotation
Annotation Type Producers


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

Used in conjunction with the @Consumer EJB type, it lists the producer interfaces that are published by the consumer.


Required Element Summary
 Producer[] value
           
 

Element Detail

value

public abstract Producer[] value