Annotation 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
- See Also:
-
TypeExcludeFilter
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends org.springframework.boot.context.TypeExcludeFilter>[] valueSpecifiesTypeExcludeFilterclasses that should be applied to@SpringBootApplicationcomponent scanning. Classes specified here can either have a no-arg constructor or accept a singleClass<?>argument if they need access to thetestClass.- Returns:
- the type exclude filters to apply
- See Also:
-
TypeExcludeFilter
-