Packages
issues  
org.springframework.config.java.annotation Java configuration annotations.
org.springframework.config.java.annotation.aop AOP specific annotations.
org.springframework.config.java.annotation.valuesource  
org.springframework.config.java.aspect  
org.springframework.config.java.context ApplicationContext implementations that support Java configuration classes as input.
org.springframework.config.java.model A minimalist, non-reflection based representation of Java language elements.
Should not be considered a complete alternative to java.lang.reflect, but rather just enough functionality to enable JavaConfig to function without resorting to reflection.
org.springframework.config.java.naming Pluggable strategies for bean naming.
Provides the means for doing the method -> bean name translation.
org.springframework.config.java.plugin  
org.springframework.config.java.plugin.aop  
org.springframework.config.java.plugin.context  
org.springframework.config.java.plugin.tx  
org.springframework.config.java.process TODO: JAVADOC Core functionality for processing Configuration classes.
org.springframework.config.java.support TODO: JAVADOC Java configuration support package.
Classes provided the core functionality for annotation based configuration.
org.springframework.config.java.test  
org.springframework.config.java.util Utility package.
org.springframework.config.java.valuesource Mechanisms for resolving externalized values from within Java configurations.