You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIL you can define the same annotation multiple times. This allows to define, for example, JSON::Field annotation without actually requiring "json"! Therefore I could put serialization-related annotations right into the schema macro.