mapstruct-idea
mapstruct-idea copied to clipboard
Add smart completion for target and source in Mapping
Smart completion for target and source in @Mapping annotation means that the suggested properties are not used in the other @Mapping annotations for this method.
Like #5 this only would apply for one side. In the case only the target field must be unique.
a -> b
a -> c
is a valid mapping