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 several 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

    Since:
    1.2.0
    Author:
    Kazuki Shimizu
    See Also:
    R2dbcMapperScan
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      R2dbcMapperScan[] value
      R2dbcMapperScans
    • Element Detail