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 : ClassTag]: BindingKey[T]
Inherited from:
Module

Deprecated and Inherited methods

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