Annotation Interface ProjectionField
Specifies an alternative projection path for a DTO field. When present the
path will be used instead of the raw field name when generating projection
metadata.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe projection path to use for the annotated field.
-