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

com.github.dadiyang.httpinvoker.annotation.UserAgent Maven / Gradle / Ivy

The newest version!
package com.github.dadiyang.httpinvoker.annotation;

import java.lang.annotation.*;

/**
 * @author dadiyang
 * @since 2019-06-15
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface UserAgent {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy