@Beta public class AsyncHttpClientModule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Annotation> |
annotation |
protected com.google.inject.Binder |
binder |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncHttpClientModule(String name,
Class<? extends Annotation> annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(Class<? extends Annotation> alias) |
void |
configure() |
void |
configure(com.google.inject.Binder binder) |
Annotation |
getFilterQualifier() |
protected final String name
protected final Class<? extends Annotation> annotation
protected com.google.inject.Binder binder
protected AsyncHttpClientModule(String name, Class<? extends Annotation> annotation)
public Annotation getFilterQualifier()
public void configure()
public void addAlias(Class<? extends Annotation> alias)
public final void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.ModuleCopyright © 2010-2013 Airlift. All Rights Reserved.