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

@@ -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;