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 ab5fe26 commit 6f438d9Copy full SHA for 6f438d9
springdoc-openapi-common/src/main/java/org/springdoc/core/annotations/RouterOperation.java
@@ -32,9 +32,8 @@
32
import org.springframework.web.bind.annotation.RequestMethod;
33
34
/**
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),
+ * The annotation may be used to define a single Router Operation as an OpenAPI Operation, and/or to define additional
+ * properties using @Operation annotation.
38
*
39
**/
40
@Target({ ElementType.TYPE, ElementType.METHOD})
0 commit comments