public abstract class AbstractProducer<T> extends Object implements javax.enterprise.inject.spi.Producer<T>
Constructor and Description |
---|
AbstractProducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDelegateInjectionPoints() |
boolean |
equals(Object obj) |
abstract javax.enterprise.inject.spi.Annotated |
getAnnotated() |
abstract javax.enterprise.inject.spi.Bean<T> |
getBean()
Returns a
Bean this producer is associated with or null if no such bean exists. |
int |
hashCode() |
protected void checkDelegateInjectionPoints()
public abstract javax.enterprise.inject.spi.Annotated getAnnotated()
public abstract javax.enterprise.inject.spi.Bean<T> getBean()
Bean
this producer is associated with or null if no such bean exists.Copyright © 2016. All rights reserved.