All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.weld.context.DependentContext Maven / Gradle / Ivy

There is a newer version: 6.0.0.Beta4
Show newest version
package org.jboss.weld.context;

import javax.enterprise.context.Dependent;
import javax.enterprise.context.spi.Context;

/**
 * 

* The built in dependent context, associated with {@link Dependent}. It is * always active. *

* *

* Weld comes with one Dependent context which can be injected using: *

* *
 * @Inject DependentContext dependentContext;
 * 
* * @author Pete Muir * */ public interface DependentContext extends Context { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy