Add missing package-info files for common packages

Issue: SPR-14420
(cherry picked from commit 66ec1c1)
This commit is contained in:
Juergen Hoeller
2016-06-30 21:39:06 +02:00
parent 09c7194c78
commit 833ed7168e
15 changed files with 47 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/**
* Java 5 annotation for transaction demarcation.
* Spring's support for annotation-based transaction demarcation.
* Hooked into Spring's transaction interception infrastructure
* via a special TransactionAttributeSource implementation.
*/

View File

@@ -0,0 +1,4 @@
/**
* Spring's support for listening to transaction events.
*/
package org.springframework.transaction.event;