Skip to content

Commit 6f438d9

Browse files
author
bnasslahsen
committed
Improve support of Webflux with Functional Endpoints
1 parent ab5fe26 commit 6f438d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/annotations/RouterOperation.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
import org.springframework.web.bind.annotation.RequestMethod;
3333

3434
/**
35-
* The annotation may be used to define an operation method as an OpenAPI Operation, and/or to define additional
36-
* properties for the Operation.
37-
* <p>The following fields can also alternatively be defined at method level (as repeatable annotations in case of arrays),
35+
* The annotation may be used to define a single Router Operation as an OpenAPI Operation, and/or to define additional
36+
* properties using @Operation annotation.
3837
*
3938
**/
4039
@Target({ ElementType.TYPE, ElementType.METHOD})

0 commit comments

Comments
 (0)