@Retention(value=RUNTIME) @Target(value=FIELD) public @interface FieldValueConfiguration
String
fieldName
String[]
fieldValues
public abstract String fieldName
The name of the target field name
public abstract String[] fieldValues
The values of the target property to test for
Copyright © 2022. All rights reserved.