org.jboss.ejb3.annotation.impl
Class ProducersImpl

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

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

comment

Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
ProducersImpl()
           
 
Method Summary
 void addProducer(org.jboss.ejb3.annotation.Producer producer)
           
 Class<? extends 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 Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


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