@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
/ *
* Copyright 2002 - 2017 the original author or authors .
* Copyright 2002 - 2018 the original author or authors .
*
* Licensed under the Apache License , Version 2 . 0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
@ -31,11 +31,15 @@ import org.springframework.test.context.ContextConfiguration;
@@ -31,11 +31,15 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.ContextConfigurationAttributes ;
import org.springframework.test.context.ContextHierarchy ;
import org.springframework.test.context.SmartContextLoader ;
import org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor ;
import org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor ;
import org.springframework.util.Assert ;
import org.springframework.util.StringUtils ;
import static org.springframework.core.annotation.AnnotationUtils.* ;
import static org.springframework.test.util.MetaAnnotationUtils.* ;
import static org.springframework.core.annotation.AnnotationUtils.getAnnotation ;
import static org.springframework.core.annotation.AnnotationUtils.isAnnotationDeclaredLocally ;
import static org.springframework.test.util.MetaAnnotationUtils.findAnnotationDescriptor ;
import static org.springframework.test.util.MetaAnnotationUtils.findAnnotationDescriptorForTypes ;
/ * *
* Utility methods for resolving { @link ContextConfigurationAttributes } from the