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

cn.easyutil.project.base.sqlExecuter.annotation.TableName Maven / Gradle / Ivy

package cn.easyutil.project.base.sqlExecuter.annotation;

import java.lang.annotation.*;

/** 标记数据库表名 */
@Target({ElementType.TYPE})    
@Retention(RetentionPolicy.RUNTIME)
@Documented 
public @interface TableName {

	String value()default"";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy