Hi guys, Quarkus makes @Inject optional for MP qualifiers, can we add a flag to get it? I.e. injection point is defined if inject is there or there is a qualifier (even without inject)?
It can probably be extended to delegate too - but less common. Guess it can be on by default but fine if you prefer it off too to encourage portability. Wdyt?