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

maven plugin: #567 Followup, Simplify ServiceLoader of InjectPlugin #568

Closed rbygrave closed 4 months ago

rbygrave commented 4 months ago

I don't why we have the .filter() and ::cast for the service loading here, seems unnecessary and can simplify.

rbygrave commented 4 months ago

I'll merge this in an release the 10.0-RC4 of the maven plugin.