com.github.dxee.dject.event.ApplicationEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dject-event Show documentation
Show all versions of dject-event Show documentation
A collection of guice extensions, help to improve the developer experience of guice.
package com.github.dxee.dject.event;
/**
* Marker interface for application events to be published
* to subscribed consumers. See {@link ApplicationEventDispatcher} and {@link EventListener}
* for examples of publishing and subscribing to events.
*/
public interface ApplicationEvent {
}