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 7bccc8c commit 6efb448Copy full SHA for 6efb448
http-api/src/main/java/io/avaje/http/api/OpenAPIReturnsContainer.java
@@ -6,6 +6,7 @@
6
import java.lang.annotation.Retention;
7
import java.lang.annotation.Target;
8
9
+/** a container for the OpenAPIReturns annotation to make it repeatable */
10
@Target(value = METHOD)
11
@Retention(value = RUNTIME)
12
public @interface OpenAPIReturnsContainer {
0 commit comments