Skip to content

Introduce some modern niceties for developer experience#109

Open
thetorpedodog wants to merge 2 commits intopatzly:mainfrom
thetorpedodog:autovalue
Open

Introduce some modern niceties for developer experience#109
thetorpedodog wants to merge 2 commits intopatzly:mainfrom
thetorpedodog:autovalue

Conversation

@thetorpedodog
Copy link

  • Use default interface implementations to obviate an Adapter
  • Introduce AutoValue to nicen Java-based value classes

AutoValue is essentially Kotlin's data classes, but in annotation form,
so you can use them in regular Java source. This change adds it as a dep
and uses it to implement Tick.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant