A SimpleCreationalContext is used for representing context associated with the creation of a bean and its dependencies. A SimpleCreationalContext captures {@link InitializationCallback}s and {@link DestructionCallback}s associated with the graph being constructed. This class is relied upon by the {@link SyncBeanManagerImpl} itself and should not generally be used directly.
@author Mike Brock
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.