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 SummaryRequired Elements Modifier and Type Required Element Description AnnotateWith[]valueThe configuration of the additional annotations.
 
- 
- 
- 
Element Detail- 
valueAnnotateWith[] value The configuration of the additional annotations.- Returns:
- The configuration of the additional annotations.
 
 
- 
 
-