net.stickycode.component.spring25
Class InjectAnnotationBeanPostProcessor

java.lang.Object
  extended by org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
      extended by org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
          extended by net.stickycode.component.spring25.InjectAnnotationBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor, org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

@StickyComponent
public class InjectAnnotationBeanPostProcessor
extends org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor


Field Summary
 
Fields inherited from class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
logger
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
InjectAnnotationBeanPostProcessor()
           
 
Method Summary
 
Methods inherited from class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
determineCandidateConstructors, determineRequiredStatus, findAutowireCandidates, getAutowiredAnnotationType, getOrder, postProcessAfterInstantiation, postProcessMergedBeanDefinition, postProcessPropertyValues, processInjection, setAutowiredAnnotationType, setBeanFactory, setOrder, setRequiredParameterName, setRequiredParameterValue
 
Methods inherited from class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
getEarlyBeanReference, postProcessAfterInitialization, postProcessBeforeInitialization, postProcessBeforeInstantiation, predictBeanType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization, postProcessBeforeInitialization
 

Constructor Detail

InjectAnnotationBeanPostProcessor

public InjectAnnotationBeanPostProcessor()


Copyright © 2009-2011 RedEngine Ltd. All Rights Reserved.