case object RequireAtInjectOnConstructors extends BinderOption with Product with Serializable
- Source
- GuiceInjectorBuilder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequireAtInjectOnConstructors
- Serializable
- Product
- Equals
- BinderOption
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[A](g: (Unit) => A): (Binder) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(b: Binder): Unit
- Definition Classes
- BinderOption → Function1
- def compose[A](g: (A) => Binder): (A) => Unit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any