Entity
Annotation to mark a class as a Keystone entity.
Parameters
type
The unique type identifier for this entity. If empty, the class name will be used.
Example:
@Entity(type = "my_type")
data class Profile(val name: String)Content copied to clipboard