DecoratorsDefault
Overview
Default value decorators for automatic field initialization.
Decorators that provide default values when fields are absent.
| Decorator | Purpose |
|---|---|
@default | Set default on creation when field is absent |
@defaultAlways | Reset to value on every create and update |