final case class ConstructionTarget[T](implementation: Class[_ <: T]) extends BindingTarget[T] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstructionTarget
- Serializable
- Product
- Equals
- BindingTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConstructionTarget(implementation: Class[_ <: T])
Value Members
- def asJava: inject.ConstructionTarget[T]
- Definition Classes
- → BindingTarget
- val implementation: Class[_ <: T]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
A binding target that is provided by a class.
The play.api.inject.Module class for information on how to provide bindings.