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

com.opdar.gulosity.spring.annotations.TableField Maven / Gradle / Ivy

The newest version!
package com.opdar.gulosity.spring.annotations;

import java.lang.annotation.*;

/**
 * Created by 俊帆 on 2016/10/14.
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TableField {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy