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

com.github.yulichang.annotation.DynamicTableName Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.annotation;

import java.lang.annotation.*;

/**
 * 动态表名注解
 *
 * @author yulichang
 * @since 1.4.4
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface DynamicTableName {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy