File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
spring-context/src/main/java/org/springframework/scheduling/annotation
spring-web/src/main/java/org/springframework/web/context Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2021 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
146146 * compile-time weaving or load-time weaving applying the aspect to the affected classes.
147147 * There is no proxy involved in such a scenario; local calls will be intercepted as well.
148148 *
149+ * <p><b>Note: {@code @EnableAsync} applies to its local application context only,
150+ * allowing for selective activation at different levels.</b> Please redeclare
151+ * {@code @EnableAsync} in each individual context, for example, the common root web
152+ * application context and any separate {@code DispatcherServlet} application contexts,
153+ * if you need to apply its behavior at multiple levels.
154+ *
149155 * @author Chris Beams
150156 * @author Juergen Hoeller
151157 * @author Stephane Nicoll
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2012 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public interface ConfigurableWebEnvironment extends ConfigurableEnvironment {
3939 * org.springframework.core.env.PropertySource.StubPropertySource stub property source}
4040 * instances acting as placeholders with real servlet context/config property sources
4141 * using the given parameters.
42- * @param servletContext the {@link ServletContext} (may not be {@code null})
42+ * @param servletContext the {@link ServletContext} ({@code null} if not available )
4343 * @param servletConfig the {@link ServletConfig} ({@code null} if not available)
4444 * @see org.springframework.web.context.support.WebApplicationContextUtils#initServletPropertySources(
4545 * org.springframework.core.env.MutablePropertySources, ServletContext, ServletConfig)
You can’t perform that action at this time.
0 commit comments