Package org.jboss.weld.event
Interface ContainerLifecycleEventObserverMethod<T>
-
- Type Parameters:
T-
- All Superinterfaces:
ObserverMethod<T>,Prioritized
- All Known Implementing Classes:
ContainerLifecycleObserver,ExtensionObserverMethodImpl
public interface ContainerLifecycleEventObserverMethod<T> extends ObserverMethod<T>
Marker interface for container lifecycle event observer methods.- Author:
- Martin Kouba
-
-
Field Summary
-
Fields inherited from interface javax.enterprise.inject.spi.ObserverMethod
DEFAULT_PRIORITY
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Collection<Class<? extends Annotation>>getRequiredAnnotations()-
Methods inherited from interface javax.enterprise.inject.spi.ObserverMethod
getBeanClass, getObservedQualifiers, getObservedType, getPriority, getReception, getTransactionPhase, isAsync, notify, notify
-
-
-
-
Method Detail
-
getRequiredAnnotations
default Collection<Class<? extends Annotation>> getRequiredAnnotations()
- Returns:
- a collection of required annotations used to filter ProcessAnnotatedType events
- See Also:
WithAnnotations
-
-