package com.netflix.governator.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 { }