public final class ConstructionTarget<T> extends BindingTarget<T>
See the Module class for information on how to provide bindings.
| Constructor and Description |
|---|
ConstructionTarget(Class<? extends T> implementation) |
ConstructionTarget(play.api.inject.ConstructionTarget<T> underlying) |
| Modifier and Type | Method and Description |
|---|---|
play.api.inject.ConstructionTarget<T> |
asScala() |
Class<? extends T> |
getImplementation() |
public ConstructionTarget(play.api.inject.ConstructionTarget<T> underlying)