public class MethodHandlerTypeListener<A extends Annotation> extends Object implements com.google.inject.spi.TypeListener
| Constructor and Description |
|---|
MethodHandlerTypeListener(Class<A> annotationType,
Class<? extends MethodHandler<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 MethodHandlerTypeListener(Class<A> annotationType, Class<? extends MethodHandler<A>> handlerClass)
Copyright © 2010–2015 Mycila. All rights reserved.