Package 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.

See:
          Description

Class Summary
ModelClass Abstract representation of a class, free from java reflection.
ModelMethod TODO: JAVADOC
 

Package org.springframework.config.java.model Description

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.