Skip to content

Commit

Permalink
fix codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Sep 3, 2024
1 parent a619afc commit b30bb17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected Collection<GeneratedFile> internalGenerate() {

ClassOrInterfaceDeclaration clazzDeclaration = unit.findFirst(ClassOrInterfaceDeclaration.class).get();
if (context().hasDI()) {
context().getDependencyInjectionAnnotator().withNamed(clazzDeclaration, UserTaskCodegenHelper.className(info));
context().getDependencyInjectionAnnotator().withNamedApplicationComponent(clazzDeclaration, UserTaskCodegenHelper.className(info));
}
clazzDeclaration.setName(className);

Expand Down

0 comments on commit b30bb17

Please sign in to comment.