spring-web-modules/api/src/main/kotlin/com/cubetiqs/web/annotation/ApiPageableAsQuery.kt

7 lines
202 B
Kotlin

package com.cubetiqs.web.annotation
import org.springdoc.core.converters.models.PageableAsQueryParam
@Retention(AnnotationRetention.RUNTIME)
@PageableAsQueryParam
annotation class ApiPageableAsQuery()