程序包 org.springframework.context.annotation.aspectj
类概要 类 说明 SpringConfiguredConfiguration @Configurationclass that registers anAnnotationBeanConfigurerAspectcapable of performing dependency injection services for non-Spring managed objects annotated with @Configurable.注释类型概要 注释类型 说明 EnableSpringConfigured Signals the current application context to apply dependency injection to non-managed classes that are instantiated outside of the Spring bean factory (typically classes annotated with the@Configurableannotation).