Class EventuallyAutowiredSupport

java.lang.Object
com.atlassian.bamboo.spring.EventuallyAutowiredSupport

public final class EventuallyAutowiredSupport extends Object
  • Method Details

    • processInjectionBasedOnServletContext

      public static void processInjectionBasedOnServletContext(Object parentBean, javax.servlet.ServletContext servletContext)
      Creates proxy beans for all fields in the target object annotated with EventuallyAutowired. These objects will have their Spring dependencies wired immediately if the Spring context is available or upon the first use after the Spring context becomes available.