Package com.atlassian.bamboo.spring
Annotation Type EventuallyAutowired
-
@Retention(RUNTIME) public @interface EventuallyAutowired
Use to annotate fields that hold references to classes that cannot be autowired at the time of their first use. The supported use case is filters and servlets that are available during setup, before the Spring context is available. Use together withEventuallyAutowiredSupport.processInjectionBasedOnServletContext(Object, ServletContext)
}