Interface DependentContext

All Superinterfaces:
AlterableContext, Context

public interface DependentContext extends AlterableContext

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;
 
Author:
Pete Muir