Annotation Interface NotSubscribable


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface NotSubscribable
This marks the annotated class as not subscribable. Child and parent classes are not affected. This annotation is only relevant when the base event class is Object, as every class would be considered an event class.