public final class BeanListener
extends java.lang.Object
implements com.google.inject.spi.TypeListener
TypeListener
that listens for bean types and arranges for their properties to be injected.Modifier and Type | Field and Description |
---|---|
private BeanBinder |
beanBinder |
Constructor and Description |
---|
BeanListener(BeanBinder beanBinder) |
Modifier and Type | Method and Description |
---|---|
<B> void |
hear(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter) |
private final BeanBinder beanBinder
public BeanListener(BeanBinder beanBinder)