Package org.mybatis.spring.annotation
Annotation Type MapperScans
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Import(org.mybatis.spring.annotation.MapperScannerRegistrar.RepeatingRegistrar.class) public @interface MapperScansThe Container annotation that aggregates severalMapperScanannotations.Can be used natively, declaring several nested
MapperScanannotations. Can also be used in conjunction with Java 8's support for repeatable annotations, whereMapperScancan simply be declared several times on the same method, implicitly generating this container annotation.- Since:
- 2.0.0
- Author:
- Kazuki Shimizu
- See Also:
MapperScan
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description MapperScan[]value
-
-
-
Element Detail
-
value
MapperScan[] value
-
-