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 bb83266 commit 71305e1Copy full SHA for 71305e1
1 file changed
modules/jooby-apt/src/main/java/io/jooby/internal/apt/MvcContext.java
@@ -44,7 +44,7 @@ public MvcContext(
44
this.debug = Options.boolOpt(processingEnvironment, Options.DEBUG, false);
45
this.incremental = Options.boolOpt(processingEnvironment, Options.INCREMENTAL, true);
46
this.returnType = Options.boolOpt(processingEnvironment, Options.RETURN_TYPE, false);
47
- this.mvcMethod = Options.boolOpt(processingEnvironment, Options.MVC_METHOD, true);
+ this.mvcMethod = Options.boolOpt(processingEnvironment, Options.MVC_METHOD, false);
48
this.routerPrefix = Options.string(processingEnvironment, Options.ROUTER_PREFIX, "");
49
this.routerSuffix = Options.string(processingEnvironment, Options.ROUTER_SUFFIX, "_");
50
computeResultTypes(processingEnvironment, handler::put);
0 commit comments