Update Javadoc

Issue: SPR-12028
This commit is contained in:
Rossen Stoyanchev 2014-07-29 18:06:05 -04:00
parent f50cb06dc2
commit 16273473cb
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ public abstract class AbstractAnnotationConfigDispatcherServletInitializer
* and/or {@link org.springframework.stereotype.Component @Component} classes to be * and/or {@link org.springframework.stereotype.Component @Component} classes to be
* provided to the {@linkplain #createServletApplicationContext() dispatcher servlet * provided to the {@linkplain #createServletApplicationContext() dispatcher servlet
* application context}. * application context}.
* @return the configuration classes for the dispatcher servlet application context * @return the configuration classes for the dispatcher servlet application context or
* (may not be empty or {@code null}) * {@code null} if all configuration is specified through root config classes.
*/ */
protected abstract Class<?>[] getServletConfigClasses(); protected abstract Class<?>[] getServletConfigClasses();