automatically generate case object for case class
How can I have the scala compiler automatically generate the case object?
Desired properties for case object
You can create macro annotation
and use it
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.