public abstract class AbstractProducer<T> extends Object implements Producer<T>
Constructor and Description |
---|
AbstractProducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDelegateInjectionPoints() |
boolean |
equals(Object obj) |
abstract Annotated |
getAnnotated() |
abstract Bean<T> |
getBean()
Returns a
Bean this producer is associated with or null if no such bean exists. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
dispose, getInjectionPoints, produce
Copyright © 2014. All Rights Reserved.