All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dxee.dject.event.ApplicationEvent Maven / Gradle / Ivy

Go to download

A collection of guice extensions, help to improve the developer experience of guice.

There is a newer version: 1.5.1
Show newest version
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 {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy