Annotation Type FieldValueMapping
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface FieldValueMapping
field to possible values connection.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringfieldComparename of the field that should be used for comparison.String[]valueComparearray of values to look for.
-