Package | Description |
---|---|
org.jboss.errai.ioc.client.container |
Modifier and Type | Method and Description |
---|---|
<T> T |
SimpleCreationalContext.getSingletonInstanceOrNew(SimpleInjectionContext injectionContext,
BeanProvider<T> callback,
Class<?> beanType,
Annotation[] qualifiers)
Returns the instance of the specified bean of matching type and qualifiers, or if there is no matching bean within
the context, an instance of the bean will be obtained from the
SimpleInjectionContext . |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.