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

com.github.ngeor.spring.GlobalExceptionHandlerConfiguration Maven / Gradle / Ivy

The newest version!
package com.github.ngeor.spring;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * Enables usage of {@link GlobalExceptionHandler}.
 */
@Configuration
@ComponentScan(basePackageClasses = {GlobalExceptionHandler.class})
@SuppressWarnings("WeakerAccess")
public class GlobalExceptionHandlerConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy