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

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product