Fix Javadoc

This commit is contained in:
izeye 2015-02-26 13:48:14 +09:00 committed by Stephane Nicoll
parent ee1cab7f5b
commit 2e7ad2252f

View File

@ -38,7 +38,7 @@ public @interface AutoConfigureBefore {
Class<?>[] value() default {};
/**
* The names of the auto-configure classes that should have already been applied.
* The names of the auto-configure classes that should have not yet been applied.
* @return the class names
* @since 1.2.2
*/