Annotation Type R2dbcMapperScans
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Import(pro.chenggang.project.reactive.mybatis.support.r2dbc.spring.annotation.R2dbcMapperScannerRegistrar.R2dbcRepeatingRegistrar.class) public @interface R2dbcMapperScans
The Container annotation that aggregates severalR2dbcMapperScanannotations.Can be used natively, declaring several nested
R2dbcMapperScanannotations. Can also be used in conjunction with Java 8's support for repeatable annotations, whereR2dbcMapperScancan simply be declared several times on the same method, implicitly generating this container annotation.copy from original MapperScans
- Since:
- 1.2.0
- Author:
- Kazuki Shimizu
- See Also:
R2dbcMapperScan
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description R2dbcMapperScan[]valueR2dbcMapperScans
-
-
-
Element Detail
-
value
R2dbcMapperScan[] value
R2dbcMapperScans- Returns:
- R2dbcMapperScan
-
-