We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f339a78 commit 58f15e8Copy full SHA for 58f15e8
springdoc-openapi-data-rest/src/main/java/org/springdoc/data/rest/converters/PageableAsQueryParam.java
@@ -29,11 +29,6 @@
29
import io.swagger.v3.oas.annotations.media.Content;
30
import io.swagger.v3.oas.annotations.media.Schema;
31
32
-/**
33
- * @deprecated Use {@link org.springdoc.api.annotations.ParameterObject} annotation
34
- * on {@link org.springframework.data.domain.Pageable} method parameter instead.
35
- */
36
-@Deprecated
37
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
38
@Retention(RetentionPolicy.RUNTIME)
39
@Parameter(in = ParameterIn.QUERY
0 commit comments