avaje / avaje-inject

Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
https://avaje.io/inject
Apache License 2.0
227 stars 21 forks source link

Add support for building against Valhalla EA #684

Closed rbygrave closed 2 weeks ago

rbygrave commented 3 weeks ago

Not using many value classes here in avaje-inject but I think this might be a decent approach/pattern if we want to build and test using Valhalla value classes. If this is a good idea/approach then could look at doing something similar with avaje-jsonb?

The guts is that there is a /*value*/ class placeholder that can regex replaced to value class (in a similar manor to the jakarta to javax approach).