Class AbstractProducer<T>
- java.lang.Object
-
- org.jboss.weld.injection.producer.AbstractProducer<T>
-
- All Implemented Interfaces:
Producer<T>
- Direct Known Subclasses:
AbstractMemberProducer,BasicInjectionTarget
public abstract class AbstractProducer<T> extends Object implements Producer<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractProducer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidcheckDelegateInjectionPoints()booleanequals(Object obj)abstract AnnotatedgetAnnotated()abstract Bean<T>getBean()Returns aBeanthis producer is associated with or null if no such bean exists.inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Producer
dispose, getInjectionPoints, produce
-
-