Merge pull request #2555 from izeye/javadoc

* javadoc:
  Fix Javadoc
This commit is contained in:
Stephane Nicoll 2015-02-26 08:25:16 +01:00
commit a48296f5c0
1 changed files with 1 additions and 1 deletions

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
*/