#472 Fix typo in javadoc

This commit is contained in:
Andreas Gudian 2015-08-14 20:57:38 +02:00
parent 29f720b35e
commit 6238e21247
2 changed files with 4 additions and 4 deletions

View File

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

View File

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