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

top.doudou.common.tool.exception.EnableGlobalException Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package top.doudou.common.tool.exception;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @author  傻男人<[email protected]>
 * @Date: 2020/06/18 16:20
 * @Version: 1.0
 * @Description: 全局异常处理引入
 */
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Import({GlobalExceptionHandler.class})
public @interface EnableGlobalException {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy