public abstract class AbstractProducer<T> extends java.lang.Object implements Producer<T>
| Constructor and Description |
|---|
AbstractProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkDelegateInjectionPoints() |
boolean |
equals(java.lang.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, waitdispose, getInjectionPoints, produceprotected void checkDelegateInjectionPoints()
public abstract Annotated getAnnotated()
public abstract Bean<T> getBean()
Bean this producer is associated with or null if no such bean exists.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2015. All Rights Reserved.