Class AutoConfigurationExcludeFilter

java.lang.Object
org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
All Implemented Interfaces:
Aware, BeanClassLoaderAware, TypeFilter

public class AutoConfigurationExcludeFilter extends Object implements TypeFilter, BeanClassLoaderAware
A TypeFilter implementation that matches registered auto-configuration classes.
Since:
1.5.0
Author:
Stephane Nicoll