
org.jboss.weld.context.bound.BoundSessionContextImpl 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.
package org.jboss.weld.context.bound;
import java.lang.annotation.Annotation;
import java.util.Map;
import javax.enterprise.context.SessionScoped;
import org.jboss.weld.context.AbstractBoundContext;
import org.jboss.weld.context.beanstore.NamingScheme;
import org.jboss.weld.context.beanstore.SessionMapBeanStore;
import org.jboss.weld.context.beanstore.SimpleBeanIdentifierIndexNamingScheme;
import org.jboss.weld.logging.ContextLogger;
import org.jboss.weld.serialization.BeanIdentifierIndex;
public class BoundSessionContextImpl extends AbstractBoundContext
© 2015 - 2025 Weber Informatics LLC | Privacy Policy