Package com.skydoves.retrofit.adapters.paging.annotations

Types

Link copied to clipboard
annotation class PagingKey
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class PagingKeyConfig(val keySize: Int, val mapper: KClass<*>)