类 ServiceAnnotationBeanPostProcessor

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware

    @Deprecated
    public class ServiceAnnotationBeanPostProcessor
    extends ServiceClassPostProcessor
    已过时。
    Recommend ServiceClassPostProcessor as the substitute
    Service Annotation Bean Definition Registry Post Processor
    从以下版本开始:
    2.5.8
    • 构造器详细资料

      • ServiceAnnotationBeanPostProcessor

        public ServiceAnnotationBeanPostProcessor​(String... packagesToScan)
        已过时。
      • ServiceAnnotationBeanPostProcessor

        public ServiceAnnotationBeanPostProcessor​(Collection<String> packagesToScan)
        已过时。
      • ServiceAnnotationBeanPostProcessor

        public ServiceAnnotationBeanPostProcessor​(Set<String> packagesToScan)
        已过时。