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

com.doyospy.core.annotation.RestResponse Maven / Gradle / Ivy

Go to download

Doyospy是一个小而全的基于SpringBoot的java工具类库,通过静态方法封装,方便开发者使用,降低学习成本并提升工作效率。

The newest version!
package com.doyospy.core.annotation;

import java.lang.annotation.*;

/**
 * Rest接口响应注解
 * @author  Robin
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface RestResponse {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy