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

com.emily.infrastructure.web.response.annotation.ApiResponsePackIgnore Maven / Gradle / Ivy

The newest version!
package com.emily.infrastructure.web.response.annotation;

import java.lang.annotation.*;

/**
 * 标记控制器方法忽略返回值包装注解
 *
 * @author Emily
 */
@Documented
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface ApiResponsePackIgnore {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy