mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Introduced @ObjectFactory annotation to distinguish between factory and mapping methods. Until now this was decided based on the lack of parameters. @ObjectFactory gives a factory access to source object by defining them as parameters.