Class FilterAnnotations

java.lang.Object
org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
All Implemented Interfaces:
Iterable<TypeFilter>

public class FilterAnnotations extends Object implements Iterable<TypeFilter>
Utility to load TypeFilters from @Filter annotations.
Since:
1.4.0
Author:
Phillip Webb