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.
2 parents bb21c4e + 04ae97a commit f66ff05Copy full SHA for f66ff05
src/main/resources/handlebars/JavaMicronaut/api.mustache
@@ -17,6 +17,7 @@ import org.slf4j.Logger;
17
import org.slf4j.LoggerFactory;
18
19
{{#useBeanValidation}}
20
+import javax.annotation.Nullable;
21
import javax.validation.Valid;
22
import javax.validation.constraints.*;
23
{{/useBeanValidation}}
0 commit comments