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 theNormalScopeannotation.Contextual<T> Each webbeans instance that is contained in theContextmust be defined asContextual.CreationalContext<T> TheCreationalContextholds incomplete Bean instances and references to allDependentscoped contextual instances injected into aNormalScoped bean.