@Target(value=TYPE)
@Retention(value=CLASS)
public @interface Table
An annotation that indicates a class is a table. Requires the table name to be specified.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Returns the table name.
|