Skip to content

Commit 6efb448

Browse files
committed
Update OpenAPIReturnsContainer.java
1 parent 7bccc8c commit 6efb448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-api/src/main/java/io/avaje/http/api/OpenAPIReturnsContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import java.lang.annotation.Retention;
77
import java.lang.annotation.Target;
88

9+
/** a container for the OpenAPIReturns annotation to make it repeatable */
910
@Target(value = METHOD)
1011
@Retention(value = RUNTIME)
1112
public @interface OpenAPIReturnsContainer {

0 commit comments

Comments
 (0)