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

xin.xihc.jba.annotation.Alias Maven / Gradle / Ivy

/**
 *
 */
package xin.xihc.jba.annotation;

import java.lang.annotation.*;

/**
 * 字段属性对应的列的别名
 *
 * @author Leo.Xi
 * @date 2019年5月4日
 * @since 1.7.6
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Inherited
public @interface Alias {

    /**
     * 列名-别名
     */
    String[] value();


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy