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

group.flyfish.fluent.binding.JSONInject Maven / Gradle / Ivy

package group.flyfish.fluent.binding;

import java.lang.annotation.*;

/**
 * json注入
 *
 * @author wangyu
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JSONInject {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy