diff --git a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc index 1998c554a..deaa323fe 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -281,7 +281,7 @@ In this section you'll learn how to define a bean mapper with MapStruct and whic To create a mapper simply define a Java interface with the required mapping method(s) and annotate it with the `org.mapstruct.Mapper` annotation: -.Maven configuration +.Java interface to define a mapper ==== [source, java, linenums] [subs="verbatim,attributes"]