diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/support/AutowiringFlowExecutionListener.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/support/AutowiringFlowExecutionListener.java index 9e37936b..bb9b35ad 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/support/AutowiringFlowExecutionListener.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/support/AutowiringFlowExecutionListener.java @@ -41,6 +41,8 @@ import org.springframework.webflow.execution.ScopeType; * * @see AutowireCapableBeanFactory * + * @since 1.0.6 + * * @author Erwin Vervaet */ public class AutowiringFlowExecutionListener extends FlowExecutionListenerAdapter implements ApplicationContextAware {