@Target(value=FIELD)
@Retention(value=CLASS)
public @interface AutoIncrement
An annotation that indicates a member should define its SQLite column using the AUTOINCREMENT constraint. Must be
used in conjunction with Column
http://www.sqlite.org/autoinc.html http://www.sqlite.org/syntaxdiagrams.html#column-constraint