BindingKey

play.api.inject.BindingKey
See theBindingKey companion class
object BindingKey

Constructor for a binding Key that doesn't have a qualifier.

Attributes

See also

The Module class for information on how to provide bindings.

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
BindingKey.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[T](clazz: Class[T]): BindingKey[T]