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

com.ijson.rest.proxy.annotation.GET Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.ijson.rest.proxy.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Created by cuiyongxu on 07/01/2017.
 */
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface GET {
    String value() default "";

    String desc() default "";

    String contentType() default "";

    String codec() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy