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

net.guerlab.spring.commons.annotation.IgnoreResponseHandler Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package net.guerlab.spring.commons.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 忽略ResponseAdvisor的返回结果处理
 *
 * @author guer
 *
 */
@Target({
        ElementType.METHOD, ElementType.TYPE
})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface IgnoreResponseHandler {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy