DbEntity

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class DbEntity(val tableName: String = "")

Properties

Link copied to clipboard