Package org.mapstruct

Annotation Type AnnotateWiths


@Retention(CLASS) @Target({TYPE,METHOD}) public @interface AnnotateWiths
This can be used to have mapstruct generate additional annotations on classes/methods.
Since:
1.6
Author:
Ben Zegveld
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The configuration of the additional annotations.
  • Element Details

    • value

      AnnotateWith[] value
      The configuration of the additional annotations.
      Returns:
      The configuration of the additional annotations.