File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -45,30 +45,6 @@ to generate adapter code for Javalin and Helidon SE/Nima.
4545 <scope >provided</scope >
4646</dependency >
4747```
48- If there are other annotation processors and they are specified via <i >maven-compiler-plugin</i > then we add avaje-http-generator there instead.
49- ``` xml
50- <plugin >
51- <groupId >org.apache.maven.plugins</groupId >
52- <artifactId >maven-compiler-plugin</artifactId >
53- <configuration >
54- <annotationProcessorPaths > <!-- All annotation processors specified here -->
55- <path >
56- <groupId >io.avaje</groupId >
57- <artifactId >avaje-inject-generator</artifactId >
58- <version >${avaje-inject.version}</version >
59- </path >
60- <path >
61- <groupId >io.avaje</groupId >
62- <artifactId >avaje-http-javalin-generator</artifactId >
63- <version >${avaje-http.version}</version >
64- </path >
65- <path >
66- ... other annotation processor ...
67- </path >
68- </annotationProcessorPaths >
69- </configuration >
70- </plugin >
71- ```
7248
7349## Define a Controller (These APT processors work with both Java and Kotlin.)
7450``` java
You can’t perform that action at this time.
0 commit comments