org.androwrapee.db
Annotation Type DatabaseField


@Retention(value=RUNTIME)
public @interface DatabaseField

The Annotation that marks a field as Database Storable. If this annotates a field of a DatabaseClass, it will be stored as a column in the database.