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.
The text was updated successfully, but these errors were encountered:
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 theschema
macro.The text was updated successfully, but these errors were encountered: