diff --git a/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java b/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java index afb27270..a1b47f14 100644 --- a/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java +++ b/spring-modulith-events/spring-modulith-events-core/src/main/java/org/springframework/modulith/events/support/PersistentApplicationEventMulticaster.java @@ -47,9 +47,9 @@ import org.springframework.transaction.event.TransactionalApplicationListener; import org.springframework.util.Assert; /** - * An {@link ApplicationEventMulticaster} to register {@link EventPublication}s in an {@link EventPublicationRegistry} - * so that potentially failing transactional event listeners can get re-invoked upon application restart or via a - * schedule. + * An {@link org.springframework.context.event.ApplicationEventMulticaster} to register {@link EventPublication}s in an + * {@link EventPublicationRegistry} so that potentially failing transactional event listeners can get re-invoked upon + * application restart or via a schedule. *

* Republication is handled in {@link #afterSingletonsInstantiated()} inspecting the {@link EventPublicationRegistry} * for incomplete publications and @@ -249,7 +249,7 @@ public class PersistentApplicationEventMulticaster extends AbstractApplicationEv * implement {@link TransactionalApplicationListener}. * * @author Oliver Drotbohm - * @see TransactionalEventListener + * @see org.springframework.transaction.event.TransactionalEventListener * @see TransactionalApplicationListener */ static class TransactionalEventListeners {