Package javax.enterprise.context.spi
-
Interface Summary Interface Description AlterableContext A Context which allows to manually destroy the Contextual Instance of the given Bean.Context Every webbeans component has an associated context that are defined by theNormalScope
annotation.Contextual<T> Each webbeans instance that is contained in theContext
must be defined asContextual
.CreationalContext<T> TheCreationalContext
holds incomplete Bean instances and references to allDependent
scoped contextual instances injected into aNormalScope
d bean.