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 d7ab90f commit bd5cd4bCopy full SHA for bd5cd4b
additions/src/test/resources/ConversionServiceBridge.java
@@ -1,13 +1,12 @@
1
package uk.co.kleindelao.mapstruct.spring.converter;
2
3
+import javax.annotation.Generated;
4
import org.springframework.beans.factory.annotation.Autowired;
5
import org.springframework.core.convert.ConversionService;
6
import org.springframework.stereotype.Component;
7
import test.Car;
8
import test.CarDto;
9
-import javax.annotation.Generated;
10
-
11
@Generated(
12
value = "uk.co.kleindelao.mapstruct.spring.converter.ConversionServiceBridgeGenerator",
13
date = "2020-03-29T15:21:34.236Z"
0 commit comments