public class FieldHandlerTypeListener<A extends Annotation> extends Object implements com.google.inject.spi.TypeListener
| Constructor and Description |
|---|
FieldHandlerTypeListener(Class<A> annotationType,
Class<? extends FieldHandler<A>> handlerClass) |
| Modifier and Type | Method and Description |
|---|---|
<I> void |
hear(com.google.inject.TypeLiteral<I> type,
com.google.inject.spi.TypeEncounter<I> encounter) |
public FieldHandlerTypeListener(Class<A> annotationType, Class<? extends FieldHandler<A>> handlerClass)
Copyright © 2010–2015 Mycila. All rights reserved.