Package org.eclipse.sisu.bean
Class BeanListener
- java.lang.Object
-
- org.eclipse.sisu.bean.BeanListener
-
- All Implemented Interfaces:
com.google.inject.spi.TypeListener
public final class BeanListener extends Object implements com.google.inject.spi.TypeListener
TypeListener
that listens for bean types and arranges for their properties to be injected.
-
-
Constructor Summary
Constructors Constructor Description BeanListener(BeanBinder beanBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <B> void
hear(com.google.inject.TypeLiteral<B> type, com.google.inject.spi.TypeEncounter<B> encounter)
-
-
-
Constructor Detail
-
BeanListener
public BeanListener(BeanBinder beanBinder)
-
-