silver
silver copied to clipboard
Use value types when they become available
This is a marker issue to note that there are some things in our codebase that could be served by changing them to use Value Objects when/if that lands in the JVM.
Current instances where this might be helpful:
OriginContextobjects (three fields, only ever passed around)