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

nbcp.myoql.annotation.CacheForMyBatisPlusBaseMapper.kt Maven / Gradle / Ivy

The newest version!
package nbcp.myoql.annotation

import java.lang.annotation.Inherited
import kotlin.reflect.KClass


/**
 * @param value 主表名
 */
@Inherited
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class CacheForMyBatisPlusBaseMapper(
    val value: KClass<*>,
    val groupKey: String = "",
    val cacheSeconds: Int = 3600
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy