package mightypork.gamecore.control.bus.events.types; import java.lang.annotation.*; /** * Event that should not be queued. * * @author MightyPork */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Inherited @Documented public @interface ImmediateEvent {}