Skip to content

Commit 58f15e8

Browse files
author
bnasslahsen
committed
remove deprecation from @PageableAsQueryParam
1 parent f339a78 commit 58f15e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

springdoc-openapi-data-rest/src/main/java/org/springdoc/data/rest/converters/PageableAsQueryParam.java

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
import io.swagger.v3.oas.annotations.media.Content;
3030
import io.swagger.v3.oas.annotations.media.Schema;
3131

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
3732
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
3833
@Retention(RetentionPolicy.RUNTIME)
3934
@Parameter(in = ParameterIn.QUERY

0 commit comments

Comments
 (0)