mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1694 Avoid circular dependency between model and conversion packages
Remove import of SimpleConversion used in the javadoc of the BuiltIntMethod Fixes #1694
This commit is contained in:
parent
2ea5dcf400
commit
eca7433103
@ -12,7 +12,6 @@ import java.util.List;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import javax.lang.model.element.ExecutableElement;
|
import javax.lang.model.element.ExecutableElement;
|
||||||
|
|
||||||
import org.mapstruct.ap.internal.conversion.SimpleConversion;
|
|
||||||
import org.mapstruct.ap.internal.model.common.Accessibility;
|
import org.mapstruct.ap.internal.model.common.Accessibility;
|
||||||
import org.mapstruct.ap.internal.model.common.ConversionContext;
|
import org.mapstruct.ap.internal.model.common.ConversionContext;
|
||||||
import org.mapstruct.ap.internal.model.common.Parameter;
|
import org.mapstruct.ap.internal.model.common.Parameter;
|
||||||
@ -27,7 +26,7 @@ import static org.mapstruct.ap.internal.util.Collections.first;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a "built-in" mapping method which will be added as private method to the generated mapper. Built-in
|
* Represents a "built-in" mapping method which will be added as private method to the generated mapper. Built-in
|
||||||
* methods are used in cases where a {@link SimpleConversion} doesn't suffice, e.g. as several lines of source code or a
|
* methods are used in cases where a simple conversation doesn't suffice, e.g. as several lines of source code or a
|
||||||
* try/catch block are required.
|
* try/catch block are required.
|
||||||
*
|
*
|
||||||
* @author Sjaak Derksen
|
* @author Sjaak Derksen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user