In the BeanFactoryPostProcessor implementation, this class adds factory bean definitions for every Configuration bean found in the bean factory. It also creates a child factory containing pointcuts and advisors required to interpret Pointcut attributes. @see org.springframework.config.java.process.ConfigurationProcessor @see org.springframework.config.java.annotation.Bean @see org.springframework.config.java.annotation.Configuration @author Rod Johnson @author Costin Leau
|
|