File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
spring/src/main/java/tk/mybatis/spring/annotation Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
package tk .mybatis .spring .annotation ;
18
- import java .lang .annotation .Annotation ;
19
- import java .lang .annotation .Documented ;
20
- import java .lang .annotation .ElementType ;
21
- import java .lang .annotation .Retention ;
22
- import java .lang .annotation .RetentionPolicy ;
23
- import java .lang .annotation .Target ;
24
18
25
19
import org .springframework .beans .factory .support .BeanNameGenerator ;
26
20
import org .springframework .context .annotation .Import ;
27
21
import tk .mybatis .spring .mapper .MapperFactoryBean ;
28
22
import tk .mybatis .spring .mapper .MapperScannerConfigurer ;
29
23
24
+ import java .lang .annotation .*;
25
+
30
26
/**
31
27
* Use this annotation to register MyBatis mapper interfaces when using Java
32
28
* Config. It performs when same work as {@link MapperScannerConfigurer} via
33
- * {@link org .mybatis.spring.annotation.MapperScannerRegistrar}.
29
+ * {@link tk .mybatis.spring.annotation.MapperScannerRegistrar}.
34
30
*
35
31
* <p>Configuration example:</p>
36
32
* <pre class="code">
63
59
* @author Eduardo Macarron
64
60
*
65
61
* @since 1.2.0
66
- * @see org .mybatis.spring.annotation.MapperScannerRegistrar
62
+ * @see tk .mybatis.spring.annotation.MapperScannerRegistrar
67
63
* @see MapperFactoryBean
68
64
*/
69
65
@ Retention (RetentionPolicy .RUNTIME )
You can’t perform that action at this time.
0 commit comments