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
We now also detect the newly introduced ValueObject marker interface when detecting value objects to support in our Jackson (de)serialization customization. See xmolecules/jmolecules#55.
Currently, value objects need to be marked by an annotation, as no interface exists to declare them.
The text was updated successfully, but these errors were encountered: