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

dev.krud.crudframework.mongo.annotation.MongoCrudEntity.kt Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package dev.krud.crudframework.mongo.annotation

import dev.krud.crudframework.crud.annotation.CrudEntity
import dev.krud.crudframework.mongo.dao.MongoCrudDaoImpl

@CrudEntity(dao = MongoCrudDaoImpl::class)
annotation class MongoCrudEntity




© 2015 - 2024 Weber Informatics LLC | Privacy Policy