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