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

plus.extvos.restlet.annotation.UserAgent Maven / Gradle / Ivy

The newest version!
package plus.extvos.restlet.annotation;

import java.lang.annotation.*;

/**
 *
 * @author shenmc
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface UserAgent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy