We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d07f20 commit da648b7Copy full SHA for da648b7
http-generator-jex/src/main/java/io/avaje/http/generator/jex/ControllerWriter.java
@@ -47,7 +47,7 @@ private void writeForMethod(MethodReader method) {
47
48
private void writeClassStart() {
49
writer.append(AT_GENERATED).eol();
50
- writer.append(ctx.getDiAnnotation()).eol();
+ writer.append(ctx.getDIAnnotation()).eol();
51
writer.append("public class ").append(shortName).append("$Route implements Routing.Service {").eol().eol();
52
53
String controllerName = "controller";
0 commit comments