public class LagomJava$
extends sbt.AutoPlugin
lazy val root = project.in(file(".")).enablePlugins(LagomJava)
Modifier and Type | Field and Description |
---|---|
static LagomJava$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LagomJava$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<sbt.Init.Setting<?>> |
projectSettings() |
Lagom$ |
requires() |
sbt.PluginTrigger |
trigger() |
public static final LagomJava$ MODULE$
public Lagom$ requires()
requires
in class sbt.AutoPlugin
public sbt.PluginTrigger trigger()
trigger
in class sbt.AutoPlugin
public scala.collection.Seq<sbt.Init.Setting<?>> projectSettings()
projectSettings
in class sbt.AutoPlugin