Annotation Interface ProjectionField


@Target(FIELD) @Retention(CLASS) public @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
    Modifier and Type
    Required Element
    Description
    The projection path to use for the annotated field.
  • Element Details

    • value

      String value
      The projection path to use for the annotated field.