Package io.permazen.annotation
Annotation Interface ValuesList
Defines a predicate that matches certain combined values of a list of simple fields.
-
Required Element Summary
-
Element Details
-
value
Values[] valueGet the matching criteria for each field in the list.The ith
@Values
in the returned array corresponds to the ith field in the list. In order for the list of fields to match, all of the fields in the list must match their respective@Values
annotation.- Returns:
- list of field matching criteria
-