Generated by
JDiff

Package org.springframework.web.context.support

Added Classes
GroovyWebApplicationContext org.springframework.web.context.WebApplicationContext implementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by an org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.
 

Changed Classes
AnnotationConfigWebApplicationContext WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using {@code javax.inject} annotations.