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

com.ijson.rest.proxy.annotation.XmlParams 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 17/7/16.
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface XmlParams {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy