Class AnnotationCustomizableTypeExcludeFilter

java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, TypeFilter
Direct Known Subclasses:
StandardAnnotationCustomizableTypeExcludeFilter

public abstract class AnnotationCustomizableTypeExcludeFilter extends TypeExcludeFilter implements BeanClassLoaderAware
Abstract base class for a TypeExcludeFilter that can be customized using an annotation.
Since:
1.4.0
Author:
Phillip Webb