mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Polishing
This commit is contained in:
Vendored
+3
-2
@@ -25,10 +25,11 @@ import org.springframework.context.annotation.AutoProxyRegistrar;
|
||||
import org.springframework.util.ClassUtils;
|
||||
|
||||
/**
|
||||
* Select which implementation of {@link AbstractCachingConfiguration} should be used
|
||||
* Selects which implementation of {@link AbstractCachingConfiguration} should be used
|
||||
* based on the value of {@link EnableCaching#mode} on the importing {@code @Configuration}
|
||||
* class.
|
||||
* <p>Detect the presence of JSR-107 and enables JCache support accordingly.
|
||||
*
|
||||
* <p>Detects the presence of JSR-107 and enables JCache support accordingly.
|
||||
*
|
||||
* @author Chris Beams
|
||||
* @author Stephane Nicoll
|
||||
|
||||
Reference in New Issue
Block a user