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

com.envision.annotation.MarsColumn Maven / Gradle / Ivy

package com.envision.annotation;

import java.lang.annotation.*;

/**
 * @author lixiangxin
 * @date 2018/12/27 19:15
 **/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface MarsColumn {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy