org.jboss.ejb3.annotation.impl
Class ProducersImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ProducersImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.annotation.Annotation, org.jboss.ejb3.annotation.Producers

public class ProducersImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.Producers, java.io.Serializable

comment

See Also:
Serialized Form

Constructor Summary
ProducersImpl()
           
 
Method Summary
 void addProducer(org.jboss.ejb3.annotation.Producer producer)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 org.jboss.ejb3.annotation.Producer[] value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

ProducersImpl

public ProducersImpl()
Method Detail

value

public org.jboss.ejb3.annotation.Producer[] value()

addProducer

public void addProducer(org.jboss.ejb3.annotation.Producer producer)

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation