This commit is contained in:
Phillip Webb 2014-08-14 20:45:52 -07:00
parent 330be01984
commit 21995cc85d
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ import org.springframework.util.Assert;
/**
* Sort {@link EnableAutoConfiguration auto-configuration} classes into priority order by
* reading {@link Ordered} and {@link AutoConfigureAfter} annotations (without loading
* classes).
* reading {@link Ordered}, {@link AutoConfigureBefore} and {@link AutoConfigureAfter}
* annotations (without loading classes).
*
* @author Phillip Webb
*/