BindingKeyTarget
play.api.inject.BindingKeyTarget
final case class BindingKeyTarget[T](key: BindingKey[_ <: T]) extends BindingTarget[T]
A binding target that is provided by another key - essentially an alias.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BindingTarget[T]class Objecttrait Matchableclass Any
Members list
In this article