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

win.doyto.query.web.response.JsonBody Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package win.doyto.query.web.response;

import java.lang.annotation.*;

/**
 * ErrorCode
 *
 * @author f0rb on 2017-03-05.
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JsonBody {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy