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

com.github.nezha.httpfetch.chains.BeanParam Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.nezha.httpfetch.chains;

import java.lang.annotation.*;

/**
 * 被标记的参数,直接将对象属性转换成map
 * @author 11047530
 *
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BeanParam {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy