Interface SyntheticObserverMethod<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    EventMetadataAwareObserverMethod<T>, jakarta.enterprise.inject.spi.ObserverMethod<T>, jakarta.enterprise.inject.spi.Prioritized

    public interface SyntheticObserverMethod<T>
    extends EventMetadataAwareObserverMethod<T>
    Marker interface for synthetic observer methods. A synthetic observer method is not defined on a bean class.
    Author:
    Martin Kouba
    • Field Summary

      • Fields inherited from interface jakarta.enterprise.inject.spi.ObserverMethod

        DEFAULT_PRIORITY
    • Method Summary

      • Methods inherited from interface jakarta.enterprise.inject.spi.ObserverMethod

        getBeanClass, getObservedQualifiers, getObservedType, getPriority, getReception, getTransactionPhase, isAsync, notify, notify