@Retention(RUNTIME)
@Target(FIELD)
public @interface Model
This annotation is used to apply various kinds of models on the annotated
components.
- Since:
- 1.0
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
-
Element Details
-
value
java.lang.Class<?> value- Returns:
- the model class
-