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.sbt
to enable this plug-in.Author:
杨博 (Yang Bo)
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.