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

[Generator] Refactor Metadata Parsing #646

Closed SentryMan closed 1 month ago

SentryMan commented 1 month ago

Enhance the generator to find the TypeElements to directly read the @DependencyMeta annotations on external modules.

Relies on #645