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