Represents functionality common for all annotated items, mainly different
mappings of the annotations and meta-annotations
AbstractAnnotatedItem is an immutable class and therefore threadsafe
A deferred event notification that will be delivered during the appropriate
transaction phase, but asynchronously from the thread which generated the
event.
Application wide contextual identifier service which allows a serializable
reference to a contextual to be obtained, and the contextual to be returned
for a given id.
Implementation of the Weld lifecycle that can react to servlet events
and drives the Session, Conversation and Request (for Servlet requests)
lifecycle
Thrown if a simple bean is dependent scoped and injected into a stateful
session bean, into a non-transient field, bean constructor parameter or
initializer method parameter of a bean which declares a passivating scope, or
into a parameter of a producer method which declares a passivating scope