DefaultModule

class DefaultModule extends BindModule
class BindModule
class Object
trait Matchable
class Any

Value members

Concrete methods

override protected
def binding(): Unit
Definition Classes
BindModule

Inherited methods

final
def $(s: String, defaultValue: String): PropertyPlaceHolder
Inherited from
BindModule
final
def ?: InjectPlaceHolder
Inherited from
BindModule
final
def configure(binder: Binding): Unit

Getter for the field config.

Getter for the field config.

Inherited from
BindModule
final
def devEnabled: Boolean
Inherited from
BindModule
final
def inject[T](clazz: Class[T]): Injection[T]
Inherited from
BindModule
def wiredEagerly(newvalue: Boolean): Unit
Inherited from
BindModule