From 86c4777a3b35189402e23a7485f17bed3d7d6294 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sat, 14 Jun 2008 11:28:43 +0000 Subject: [PATCH] Added JavaDoc since tag. --- .../executor/support/AutowiringFlowExecutionListener.java | 2 ++ 1 file changed, 2 insertions(+) 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 {