cutOutOfUserComputation

class cutOutOfUserComputation extends StaticAnnotation

Annotated definitions are cut out of any reactive macro and only evaluated once when the reactive is created. This causes more dependencies to be static and reduces the number of unnecessarily created reactives.

trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any