@Target(value=FIELD)
@Retention(value=CLASS)
public @interface Default
An annotation that indicates a member should define its SQLite column using the DEFAULT constraint and a default
value. Must be used in conjunction with Column.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Returns a default value for the column.
|