Once this ResetEverywhere plug-in is enabled,
the @reset annotations are added to class fields, every methods and every functions automatically.
Some other macros or compiler plug-ins may conflict with those @reset annotations.
This member is added by an implicit conversion from ResetEverywhere to
any2stringadd[ResetEverywhere] performed by method any2stringadd in scala.Predef.
A Scala compiler plug-in to enable !-notation for every methods and functions.
Add the following setting in your
build.sbtto enable this plug-in.// build.sbt addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "latest.release")Author:
杨博 (Yang Bo)
Once this ResetEverywhere plug-in is enabled, the
@resetannotations are added to class fields, every methods and every functions automatically. Some other macros or compiler plug-ins may conflict with those@resetannotations.