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

org.chobit.spring.autoconfigure.rw.ResponseWrapper Maven / Gradle / Ivy

The newest version!
package org.chobit.spring.autoconfigure.rw;


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

import java.lang.annotation.*;


/**
 * 接口返回值包装注解
 *
 * @author robin
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
@Documented
@ResponseBody
public @interface ResponseWrapper {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy