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 80b1751 commit f26d736Copy full SHA for f26d736
src/main/resources/handlebars/JavaSpring/apiDelegate.mustache
@@ -30,7 +30,12 @@ import java.io.IOException;
30
{{/isJava8or11}}
31
32
{{#isJava8or11}}
33
+{{#jakarta}}
34
+import jakarta.servlet.http.HttpServletRequest;
35
+{{/jakarta}}
36
+{{^jakarta}}
37
import javax.servlet.http.HttpServletRequest;
38
39
40
import java.util.List;
41
import java.util.Map;
0 commit comments