@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface LiteTable
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class |
allowedParent
Define the parent class that can be extended by this class
To search annotation and field
|
java.lang.String |
name
Table name.
|