Annotation Type SentinelMapperPackage


  • @Documented
    @Retention(RUNTIME)
    @Target(PACKAGE)
    public @interface SentinelMapperPackage
    Annotation that denotes that a package contains mappers. Used in situations where the mappers are compiled in one module, but we want the annotation processor to process them from another module. In this case we can create package-info.java files annotated with SentinelMapperPackage to tell the mapper annotation processor what packages to scan