| Package | Description |
|---|---|
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.binder |
| Modifier and Type | Method and Description |
|---|---|
<T> BindingBuilder<T> |
AbstractModule.bind(Class<T> clazz) |
<T> BindingBuilder<T> |
AbstractModule.bind(Key<T> key) |
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder<T> |
BindingBuilder.annotatedWith(Class<? extends Annotation> annotation)
Indicates a classifier that the binding will listen for.
|
<T> BindingBuilder<T> |
Binder.bind(Class<T> type)
Start a binding with a class type.
|
<T> BindingBuilder<T> |
Binder.bind(Key<T> key)
Start a binding with a key.
|
Copyright © 2015. All Rights Reserved.