diff --git a/processor/src/main/java/org/mapstruct/ap/MappingProcessor.java b/processor/src/main/java/org/mapstruct/ap/MappingProcessor.java index 384e3e614..dc26d5f79 100644 --- a/processor/src/main/java/org/mapstruct/ap/MappingProcessor.java +++ b/processor/src/main/java/org/mapstruct/ap/MappingProcessor.java @@ -54,7 +54,7 @@ import org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext; /** * A JSR 269 annotation {@link Processor} which generates the implementations for mapper interfaces (interfaces - * annotated with {@code @Mapper}. + * annotated with {@code @Mapper}). *
* Implementation notes: *
@@ -63,12 +63,13 @@ import org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext; *
* The model instantiation and processing happens in several phases/passes by applying a sequence of * {@link ModelElementProcessor}s. The processors to apply are retrieved using the Java service loader mechanism and are - * processed in order of their priority. The general processing flow is this: + * processed in order of their {@link ModelElementProcessor#getPriority() priority}. The general processing flow is + * this: *
* For reading annotation attributes, prisms as generated with help of the