ProviderConstructionTarget

play.api.inject.ProviderConstructionTarget
final case class ProviderConstructionTarget[T](provider: Class[_ <: Provider[_ <: T]]) extends BindingTarget[T]

A binding target that is provided by a provider class.

Attributes

See also

The 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: ProviderConstructionTarget[T]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product