Revised ResourcePropertySource in order to avoid ConfigurationClassProcessor's AnnotationPropertySource subclass

Issue: SPR-12115
This commit is contained in:
Juergen Hoeller
2014-08-22 13:54:39 +02:00
parent dbe337f932
commit 9dfbc5326b
5 changed files with 73 additions and 59 deletions

View File

@@ -24,6 +24,7 @@ import static org.junit.Assert.*;
/**
* Tests for {@link CompositePropertySource}.
*
* @author Phillip Webb
*/
public class CompositePropertySourceTests {