Entity

Mark class with this annotation if you want to make it persistable. @Entity or @Entity() - marks class as entity, using class name as entity name.

struct Entity {}

Members

Variables

dummy
bool dummy;
Undocumented in source.

Meta