SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

Implement support for `Comparable` messages #152

Closed alexander-yevsyukov closed 4 weeks ago

alexander-yevsyukov commented 3 months ago

Sometime ago we introduced an option for making generated message types Comparable. Now we only have the option called CompareByOption with no code generation support for it.

McJava should be extended to support comparison of message types according to the option, if it's defined in a message type.