@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface PrimaryKey
Customizes a java field who maps the column of table.
By default, the ObjectiveSql maps the column and java
field with 'id', it will be applied in relation calculation,
so it is not be suggested in normal.