Closes gh-5685
This commit is contained in:
Johnny Lim
2016-04-14 11:04:52 +09:00
committed by Stephane Nicoll
parent 5424c5668b
commit 90d897eb9d
11 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ import org.springframework.core.type.filter.TypeFilter;
* override the {@link #match(MetadataReader, MetadataReaderFactory)} method.
* <p>
* Note that {@code TypeExcludeFilters} are initialized very early in the application
* lifecycle, they should generally not have dependencies on any other beans. They and are
* lifecycle, they should generally not have dependencies on any other beans. They are
* primarily used internally to support {@code spring-boot-test}.
*
* @author Phillip Webb