Package ru.vyarus.guice.ext.core.type
Class GeneralTypeListener<T>
- java.lang.Object
-
- ru.vyarus.guice.ext.core.type.GeneralTypeListener<T>
-
- Type Parameters:
T- bean type
- All Implemented Interfaces:
com.google.inject.spi.TypeListener
public class GeneralTypeListener<T> extends java.lang.Object implements com.google.inject.spi.TypeListenerGeneric type listener for bean types (exact class, by base class or beans annotating interface).- Since:
- 30.06.2014
-
-
Constructor Summary
Constructors Constructor Description GeneralTypeListener(java.lang.Class<T> typeClass, TypePostProcessor<T> postProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I> voidhear(com.google.inject.TypeLiteral<I> type, com.google.inject.spi.TypeEncounter<I> encounter)
-
-
-
Constructor Detail
-
GeneralTypeListener
public GeneralTypeListener(java.lang.Class<T> typeClass, TypePostProcessor<T> postProcessor)
-
-