@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DBColumn
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
name of database column
|
Modifier and Type | Optional Element and Description |
---|---|
DBColumn.Type |
type
type of database column
|
public abstract DBColumn.Type type