win.doyto.query.web.response.JsonBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doyto-query-web Show documentation
Show all versions of doyto-query-web Show documentation
The web layer integrate with Spring Web
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 {
}