All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wmz.hbase.plugin.spring.annotation.HTableScans Maven / Gradle / Ivy

The newest version!
package com.wmz.hbase.plugin.spring.annotation;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 *  该注解用来设置需要扫描HBaseTable注解类的包
 **/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
@Import({HTableScanRegistrar.RepeatingRegistrar.class})
public @interface HTableScans {
    HTableScan[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy