@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DataType
@DataType(MyData.class) のように使う。| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
persistent |