Polishing

This commit is contained in:
Juergen Hoeller
2014-07-28 23:05:08 +02:00
parent f732a441c8
commit 9f3c1cf762
3 changed files with 6 additions and 7 deletions

View File

@@ -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