Compile-time @Observes typed event runtime: Observes meta-annotation, ObserverRegistration,
ObserverRegistry (subtype-routed observer matching over the superclass chain and interfaces), and the
Event<T> publisher whose fire() dispatches matched observers in priority order and never fails.