final case class BindingKeyTarget[T](key: BindingKey[_ <: T]) extends BindingTarget[T] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- BindingKeyTarget
- Serializable
- Product
- Equals
- BindingTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BindingKeyTarget(key: BindingKey[_ <: T])
Value Members
- def asJava: inject.BindingKeyTarget[T]
- Definition Classes
- → BindingTarget
- val key: BindingKey[_ <: T]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
A binding target that is provided by another key - essentially an alias.