Annotation Type TypeExcludeFilters


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface TypeExcludeFilters
Annotation that can be on tests to define a set of TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.
Since:
1.4.0
Author:
Phillip Webb
See Also: