org.jboss.annotation.ejb
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.

Version:
$Revision: 1.4 $
Author:
Bill Burke

Required Element Summary
 Producer[] value
           
 

Element Detail

value

public abstract Producer[] value