avaje-inject icon indicating copy to clipboard operation
avaje-inject copied to clipboard

Add a mechanism to determine module wiring order at compile time. (for multi-module projects)

Open SentryMan opened this issue 1 year ago • 2 comments

Currently, bean DI classes are created and their dependencies validated at compile time, but determining the wiring order of multi module projects is still performed at runtime. I think we should move this determination to the compile phase.

SentryMan avatar Dec 28 '23 17:12 SentryMan

I think we need to improve the description of this issue because it reads like the bean wiring order is determined at runtime which isn't true [at that is confusing].

This issue is about module wiring order only.

rbygrave avatar Jan 09 '24 08:01 rbygrave

changed, but do you think it is a worthy Idea?

SentryMan avatar Jan 09 '24 21:01 SentryMan