Fix a typo in the Mapper#componentModel

This commit is contained in:
Filip Hrisafov 2021-02-06 16:44:07 +01:00
parent b643061b57
commit 630a8da904

View File

@ -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.