Processed Annotations

The following Annotations are processed at the moment:

@Entity

The @Entity annotation is processed completely. If the @Entity does not have a name then the simple name of the class is used as entity name.

@Id

The @Id annotation is processed and determines the default access type of an entity.