-
Enhancement
-
Resolution: Obsolete
-
Minor
-
None
-
None
-
None
-
superseded by https://issues.redhat.com/browse/KOGITO-3972
There are two different ways in which *Generator classes in kogito-codegen check if injection is enabled:
- some of them implementing boolean useInjection() method,
- others directly checking this.annotator != null, where annotator is an instance of DependencyInjectionAnnotator.
We should make this consistent implementing the useInjection method in all those classes, as suggested here.
- is incorporated by
-
KOGITO-3072 Restructure codegen (part 2)
- Resolved
- relates to
-
KOGITO-1766 Add guidelines for (C)DI in codegen
- Closed