org.jboss.jsr299.tck.impl
Class OldSPIBridge
java.lang.Object
org.jboss.jsr299.tck.impl.OldSPIBridge
public class OldSPIBridge
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OldSPIBridge
public OldSPIBridge()
getInstanceByType
@Deprecated
public static <T> T getInstanceByType(javax.enterprise.inject.spi.BeanManager manager,
Class<T> beanType,
Annotation... bindings)
- Deprecated.
- This used to be an spi method of BeanManager, but it has been removed.
Replicate it here using the new spi, and deprecate its usage
getInstanceByType
@Deprecated
public static <T> T getInstanceByType(javax.enterprise.inject.spi.BeanManager manager,
javax.enterprise.util.TypeLiteral<T> beanType,
Annotation... bindings)
- Deprecated.
ensureUniqueBean
public static javax.enterprise.inject.spi.Bean<?> ensureUniqueBean(Type type,
Set<javax.enterprise.inject.spi.Bean<?>> beans)
getInstanceByName
@Deprecated
public static Object getInstanceByName(javax.enterprise.inject.spi.BeanManager manager,
String name)
- Deprecated.
Copyright © 2008-2012 Seam Framework. All Rights Reserved.