Package play.inject
Class Bindings
java.lang.Object
play.inject.Bindings
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bindings
public Bindings()
-
-
Method Details
-
bind
Create a binding key for the given class.- Type Parameters:
T- the type of the bound class- Parameters:
clazz- the class to bind- Returns:
- the binding key for the given class
-