mapstruct / mapstruct-eclipse

An Eclipse plug-in for working with MapStruct
Other
13 stars 8 forks source link

code completion works with @ValueMapping, but not @ValueMappings #44

Open wwang2016 opened 5 years ago

wwang2016 commented 5 years ago

Hi,

I noticed that the code completion works fine with both @Mapping and @Mappings for object mapping. In the case of enum mapping, code completion works only with @ValueMapping, but NOT with @ValueMappings.

Regards,

Wayne