Annotation Interface TypeExcludeFilters
Annotation that can be on tests to define a set of
TypeExcludeFilter classes
that should be registered with the ApplicationContext.- Since:
- 4.0.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends org.springframework.boot.context.TypeExcludeFilter>[] valueSpecifiesTypeExcludeFilterclasses that should be registered. 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:
-