Touch up ApplicationContextInitializer Javadoc

master
Chris Beams 14 years ago
parent 4f7bdbd3de
commit 74f1e0e9d0
  1. 1
      org.springframework.context/src/main/java/org/springframework/context/ApplicationContextInitializer.java

@ -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> {

Loading…
Cancel
Save