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

io.github.stylesmile.ioc.Value Maven / Gradle / Ivy

package io.github.stylesmile.ioc;

import java.lang.annotation.*;

/**
 * 类 名: Value
 * 描 述: 获取配置文件中的键值对
 *
 * @author Stylesmile
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface Value {

    String value() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy