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.
See Implementation
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.