This commit is contained in:
Stephane Nicoll 2016-10-27 10:01:51 +02:00
parent 76bbccb4dc
commit 4e3a6b9404
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ import org.springframework.beans.factory.SmartInitializingSingleton;
import org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils;
import org.springframework.cache.Cache;
import org.springframework.cache.CacheManager;
import org.springframework.context.ApplicationContext;
import org.springframework.context.expression.AnnotatedElementKey;
import org.springframework.expression.EvaluationContext;
import org.springframework.lang.UsesJava8;