Touch up ApplicationContextInitializer Javadoc

This commit is contained in:
Chris Beams 2011-04-04 14:57:51 +00:00
parent 4f7bdbd3de
commit 74f1e0e9d0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ package org.springframework.context;
* @author Chris Beams
* @since 3.1
* @see org.springframework.web.context.ContextLoader#customizeContext
* @see org.springframework.web.context.ContextLoader#CONTEXT_INITIALIZER_CLASSES_PARAM
*/
public interface ApplicationContextInitializer<C extends ConfigurableApplicationContext> {