@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Id
States that this field should be treated as Primary Key (integer).
This is an equivalent of @Column(database = AbstractDao.ID).
#isAutoIncrement states that primary key will be autoincrement, default true