public class HttpClientModule extends Object implements com.google.inject.Module
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Annotation> |
annotation |
protected com.google.inject.Binder |
binder |
protected String |
name |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(Class<? extends Annotation> alias) |
void |
configure(com.google.inject.Binder binder) |
protected final String name
protected final Class<? extends Annotation> annotation
protected com.google.inject.Binder binder
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic void addAlias(Class<? extends Annotation> alias)
Copyright © 2010–2020 Airlift. All rights reserved.