mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix a typo in the Mapper#componentModel
This commit is contained in:
parent
b643061b57
commit
630a8da904
@ -143,7 +143,7 @@ public @interface Mapper {
|
||||
* {@code jsr330}: the generated mapper is annotated with {@code @javax.inject.Named} and
|
||||
* {@code @Singleton}, and can be retrieved via {@code @Inject}</li>
|
||||
* </ul>
|
||||
* The method overrides an unmappedTargetPolicy set in a central configuration set
|
||||
* The method overrides a componentModel set in a central configuration set
|
||||
* by {@link #config() }
|
||||
*
|
||||
* @return The component model for the generated mapper.
|
||||
|
Loading…
x
Reference in New Issue
Block a user