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

cn.tenfell.plugins.dbgenerate.annotation.TableNoExist Maven / Gradle / Ivy

package cn.tenfell.plugins.dbgenerate.annotation;

import java.lang.annotation.*;

/**
 * 表排除注解
 * @author fs
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE,ElementType.FIELD})
@Documented
public @interface TableNoExist {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy