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

com.illtamer.infinite.bot.minecraft.expansion.automation.annotation.ConfigField Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.illtamer.infinite.bot.minecraft.expansion.automation.annotation;

import java.lang.annotation.*;

/**
 * 自动加载配置类字段注解
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ConfigField {

    /**
     * 字段坐标
     * */
    String ref() default "";

    /**
     * 缺省值
     * */
    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy