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.
2 parents a780f14 + 3d1d533 commit 43e253cCopy full SHA for 43e253c
src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java
@@ -25,6 +25,7 @@
25
import java.util.regex.Pattern;
26
27
import org.apache.ibatis.session.SqlSessionFactory;
28
+import org.jspecify.annotations.Nullable;
29
import org.mybatis.spring.SqlSessionTemplate;
30
import org.springframework.beans.BeanUtils;
31
import org.springframework.beans.PropertyValues;
@@ -46,7 +47,6 @@
46
47
import org.springframework.core.type.filter.AssignableTypeFilter;
48
import org.springframework.core.type.filter.RegexPatternTypeFilter;
49
import org.springframework.core.type.filter.TypeFilter;
-import org.springframework.lang.Nullable;
50
import org.springframework.util.ClassUtils;
51
import org.springframework.util.StringUtils;
52
0 commit comments