We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03becf3 commit d729700Copy full SHA for d729700
1 file changed
api/src/main/java/org/mapstruct/tools/gem/GemDefinition.java
@@ -26,5 +26,13 @@
26
*/
27
Class<?> value();
28
29
+ /**
30
+ * Specifies the name of the implementation class. The {@code <CLASS_NAME>} will be replaced by the
31
+ * interface/abstract class name.
32
+ * <p>
33
+ * Defaults to postfixing the name with {@code Gem}: {@code <CLASS_NAME>Impl}
34
+ *
35
+ * @return The implementation name.
36
+ */
37
String implementationName() default "<CLASS_NAME>";
38
}
0 commit comments