Refined AspectJ caching tests

Issue: SPR-14413
This commit is contained in:
Juergen Hoeller
2016-06-29 10:43:54 +02:00
parent 772bc030ee
commit 37e42e68e8
3 changed files with 24 additions and 27 deletions

View File

@@ -24,10 +24,11 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Role;
/**
* {@code @Configuration} class that registers the Spring infrastructure beans necessary
* to enable AspectJ-based annotation-driven cache management.
* {@code @Configuration} class that registers the Spring infrastructure beans
* necessary to enable AspectJ-based annotation-driven cache management.
*
* @author Chris Beams
* @author Stephane Nicoll
* @since 3.1
* @see org.springframework.cache.annotation.EnableCaching
* @see org.springframework.cache.annotation.CachingConfigurationSelector