public interface DependentContext
extends javax.enterprise.context.spi.Context
The built in dependent context, associated with Dependent
. It is
always active.
Weld comes with one Dependent context which can be injected using:
@Inject DependentContext dependentContext;
Copyright © 2012 Seam Framework. All Rights Reserved.