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 1f55392 commit 867f89dCopy full SHA for 867f89d
2 files changed
docs/asciidoc/mvc-api.adoc
@@ -917,6 +917,17 @@ on them (mostly annotations processors).
917
|boolean
918
|false
919
|Set the Route.mvcMethod when true.
920
+
921
+|jooby.routerPrefix
922
+|string
923
+|
924
+|Prefix for generated class
925
926
+|jooby.routerSuffix
927
928
+|_
929
+|Suffix for generated class
930
931
|===
932
933
==== Setting options
modules/jooby-apt/src/main/java/io/jooby/apt/JoobyProcessor.java
@@ -37,6 +37,8 @@
37
SERVICES,
38
MVC_METHOD,
39
RETURN_TYPE,
40
+ ROUTER_PREFIX,
41
+ ROUTER_SUFFIX,
42
SKIP_ATTRIBUTE_ANNOTATIONS
43
})
44
@SupportedSourceVersion(SourceVersion.RELEASE_17)
0 commit comments