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

io.github.taills.common.annotation.ApiResponseBody Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package io.github.taills.common.annotation;


import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;

import java.lang.annotation.*;

/**
 * @author taills
 * @date 2019/05/01
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
@RestController
public @interface ApiResponseBody {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy