com.tianyisoft.database.annotations.EnableRepository.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querybuilder Show documentation
Show all versions of querybuilder Show documentation
A query builder from laravel
The newest version!
package com.tianyisoft.database.annotations
import com.tianyisoft.database.util.BeanHelper
import org.springframework.context.annotation.Import
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@Import(BeanHelper::class)
annotation class EnableRepository