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

io.github.daijp.annotation.FieldInfo Maven / Gradle / Ivy

package io.github.daijp.annotation;


import java.lang.annotation.*;

/**
 * field注解
 * @author llnxs
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface FieldInfo {


    /**
     * 字段名称
     * @return
     */
    String name() default "";

    /**
     * 转换实现方式
     * @return
     */
    String sourceCode() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy