annotations library

Classes

ObservableModel
Marks a concrete model for observation code generation.
ObservableState
Marks an owned state factory whose return type must be an ObservableObject.
ObservationAlwaysNotify
Notifies after every assignment without comparing the previous value.
ObservationIgnored
Excludes a generated constructor property from observation tracking.
ObservationReadOnly
Generates a getter without a public setter for a constructor property.
ObservationWidget
Marks a Widget for reactive source generation.
PlainState
Marks an owned state factory whose return type must not be an ObservableObject.
StateAnnotation
Common configuration shared by the two state annotations.