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

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

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

import java.lang.annotation.*;

/**
 * Created by cuiyongxu on 26/12/2016.
 */
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface RestResource {
    String value();

    String desc() default "";

    String codec();

    String contentType() default "";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy