
org.jboss.weld.context.DependentContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-se-shaded Show documentation
Show all versions of weld-se-shaded Show documentation
This jar bundles all the bits of Weld and CDI required for Java SE.
The newest version!
package org.jboss.weld.context;
import jakarta.enterprise.context.Dependent;
import jakarta.enterprise.context.spi.AlterableContext;
/**
*
* 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 AlterableContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy