com.zarbosoft.interface1.events.InterfaceEvent Maven / Gradle / Ivy
package com.zarbosoft.interface1.events;
import com.zarbosoft.interface1.Configuration;
import com.zarbosoft.pidgoon.events.MatchingEvent;
@Configuration
public interface InterfaceEvent extends MatchingEvent {
}