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

com.zys.mybatis.annotation.Table Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package com.zys.mybatis.annotation;

import java.lang.annotation.*;

/**
 * @author zys
 * @version 1.0
 * @date 2020/10/21 15:32
 */
@Target(value = ElementType.TYPE) //应用于类上
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Table {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy