All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dailystudio.devbricksx.annotations.InMemoryRepository.kt Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package com.dailystudio.devbricksx.annotations

import kotlin.reflect.KClass

@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class InMemoryRepository(
        val key: KClass<*>,
        val pageSize: Int = 10)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy