Decorator that marks this class (which MUST inherit from the Model or DataModel abstract classes) as a model.
Model
DataModel
Unique name for the model type. Note that this name must be unique for your whole application, so it is usually a good idea to use some prefix unique to your application domain.
Rest
Decorator that marks this class (which MUST inherit from the
Model
orDataModel
abstract classes) as a model.