Table

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

Annotation to specify the name of a database table.

Properties

Link copied to clipboard

The name of the table in the database.