Class AbstractProducer<T>
java.lang.Object
org.jboss.weld.injection.producer.AbstractProducer<T>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Producer<T>
- Direct Known Subclasses:
AbstractMemberProducer,BasicInjectionTarget
public abstract class AbstractProducer<T>
extends Object
implements jakarta.enterprise.inject.spi.Producer<T>
-
Constructor Details
-
AbstractProducer
public AbstractProducer()
-
-
Method Details
-
checkDelegateInjectionPoints
protected void checkDelegateInjectionPoints() -
getAnnotated
public abstract jakarta.enterprise.inject.spi.Annotated getAnnotated() -
getBean
Returns aBeanthis producer is associated with or null if no such bean exists. -
hashCode
public int hashCode() -
equals
-