mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Add missing package-info files for common packages
Issue: SPR-14420
This commit is contained in:
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Spring's support for listening to transaction events.
|
||||
*/
|
||||
package org.springframework.transaction.event;
|
||||
Reference in New Issue
Block a user