mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#472 Fix typo in javadoc
This commit is contained in:
parent
29f720b35e
commit
6238e21247
@ -96,8 +96,8 @@ public @interface Mapper {
|
||||
String implementationName() default "<CLASS_NAME>Impl";
|
||||
|
||||
/**
|
||||
* Specifies the target package for the generated implementation. The {@code <CLASS_NAME>} will be replaced
|
||||
* by the interface's or abstract class' package.
|
||||
* Specifies the target package for the generated implementation. The {@code <PACKAGE_NAME>} will be replaced by the
|
||||
* interface's or abstract class' package.
|
||||
* <p>
|
||||
* Defaults to using the same package as the mapper interface/abstract class
|
||||
*
|
||||
|
@ -96,8 +96,8 @@ public @interface MapperConfig {
|
||||
String implementationName() default "<CLASS_NAME>Impl";
|
||||
|
||||
/**
|
||||
* Specifies the target package for the generated implementation. The {@code <CLASS_NAME>} will be replaced
|
||||
* by the interface's or abstract class' package.
|
||||
* Specifies the target package for the generated implementation. The {@code <PACKAGE_NAME>} will be replaced by the
|
||||
* interface's or abstract class' package.
|
||||
* <p>
|
||||
* Defaults to using the same package as the mapper interface/abstract class
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user