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

cn.yrm.tools.common.annotation.Setting Maven / Gradle / Ivy

The newest version!
package cn.yrm.tools.common.annotation;

import java.lang.annotation.*;

/**
 * @author xx
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Setting {
    /**
     * 关联的数据库KEY值
     *
     * @return
     */
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy