public class Bindings extends Object
| Constructor and Description |
|---|
Bindings() |
| Modifier and Type | Method and Description |
|---|---|
static <T> play.api.inject.BindingKey<T> |
bind(Class<T> clazz)
Create a binding key for the given class.
|
public static <T> play.api.inject.BindingKey<T> bind(Class<T> clazz)
T - the type of the bound classclazz - the class to bind