Definition Fields
Field Attributes
Field attributes allow you to configure set properties for a field. They are like decorators in Python or annotations in Java. They can take parameters and are used to set metadata for a field.
Syntax
@AttributeName(param1, param2, ...)
Parameters depend on the attribute and use the same syntax as the generic types of assignment fields.