com.thoughtworks.dsl.compilerplugins
A Scala compiler plug-in to enable !-notation for every methods and functions.
Add the following setting in your build.sbt to enable this plug-in.
build.sbt
// build.sbt addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "latest.release")
杨博 (Yang Bo)
All @reset annotations are not neseccary if this ResetEverywhere plug-in is enabled.
@reset
(Since version 2.11) use Plugin#init instead
A Scala compiler plug-in to enable !-notation for every methods and functions.
Add the following setting in your
build.sbt
to enable this plug-in.Author:
杨博 (Yang Bo)
All
@reset
annotations are not neseccary if this ResetEverywhere plug-in is enabled.