WebJarModule

class WebJarModule extends Module
class Module
class Object
trait Matchable
class Any

Value members

Concrete methods

override def bindings(environment: Environment, configuration: Configuration): Seq[Binding[_]]
Definition Classes
Module

Inherited methods

final def bind[T](implicit ClassTag[T]): BindingKey[T]
Inherited from
Module

Deprecated and Inherited methods

@deprecated("Use play.inject.Module.bindClass instead if the Module is coded in Java. Scala modules can use play.api.inject.bind[T: ClassTag]", "2.7.0")
final def bind[T](clazz: Class[T]): BindingKey[T]
Deprecated
Inherited from
Module
@varargs @deprecated("Use play.inject.Module instead if the Module is coded in Java.", "2.7.0")
final def seq(bindings: Binding[_]*): Seq[Binding[_]]
Deprecated
Inherited from
Module