Add missing package-info files for common packages

Issue: SPR-14420
This commit is contained in:
Juergen Hoeller
2016-06-30 21:39:06 +02:00
parent 9c29ed75f8
commit 66ec1c1618
16 changed files with 51 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
/**
* Support for context caching within the <em>Spring TestContext Framework</em>.
*/
package org.springframework.test.context.cache;