Interface ContainerLifecycleEventObserverMethod<T>

Type Parameters:
T -
All Superinterfaces:
jakarta.enterprise.inject.spi.ObserverMethod<T>, jakarta.enterprise.inject.spi.Prioritized
All Known Implementing Classes:
ExtensionObserverMethodImpl

public interface ContainerLifecycleEventObserverMethod<T> extends jakarta.enterprise.inject.spi.ObserverMethod<T>
Marker interface for container lifecycle event observer methods.
Author:
Martin Kouba
  • Field Summary

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

    DEFAULT_PRIORITY
  • Method Summary

    Modifier and Type
    Method
    Description
    default Collection<Class<? extends Annotation>>
     

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

    getBeanClass, getDeclaringBean, getObservedQualifiers, getObservedType, getPriority, getReception, getTransactionPhase, isAsync, notify, notify
  • Method Details

    • getRequiredAnnotations

      default Collection<Class<? extends Annotation>> getRequiredAnnotations()
      Returns:
      a collection of required annotations used to filter ProcessAnnotatedType events
      See Also:
      • WithAnnotations