@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Import(value=pro.chenggang.project.reactive.mybatis.support.r2dbc.spring.annotation.R2dbcMapperScannerRegistrar.R2dbcRepeatingRegistrar.class) public @interface R2dbcMapperScans
R2dbcMapperScan annotations.
Can be used natively, declaring several nested R2dbcMapperScan annotations. Can also be used in conjunction with
Java 8's support for repeatable annotations, where R2dbcMapperScan can simply be declared several times on the
same method, implicitly generating this container annotation.
copy from original MapperScans
R2dbcMapperScan| Modifier and Type | Required Element and Description |
|---|---|
R2dbcMapperScan[] |
value
R2dbcMapperScans
|
public abstract R2dbcMapperScan[] value
Copyright © 2022. All rights reserved.