Field.annotations

List of different annotations defined in the source code, converted to a serializable format and also all implicit annotations such as Choices for enums.

struct Field
@safe
@serdeKeys("Annotations")
DBAnnotation[] annotations;

Meta