ConstructionTarget

play.api.inject.ConstructionTarget
final case class ConstructionTarget[T](implementation: Class[_ <: T]) extends BindingTarget[T]

A binding target that is provided by a class.

Attributes

See also

The play.api.inject.Module class for information on how to provide bindings.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BindingTarget[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asJava: ConstructionTarget[T]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product