org.jboss.weld.context.bound.BoundRequestContextImpl Maven / Gradle / Ivy
package org.jboss.weld.context.bound;
import org.jboss.weld.context.AbstractBoundContext;
import org.jboss.weld.context.beanstore.MapBeanStore;
import org.jboss.weld.context.beanstore.NamingScheme;
import org.jboss.weld.context.beanstore.SimpleNamingScheme;
import org.jboss.weld.context.cache.RequestScopedBeanCache;
import javax.enterprise.context.RequestScoped;
import java.lang.annotation.Annotation;
import java.util.Map;
public class BoundRequestContextImpl extends AbstractBoundContext