Package | Description |
---|---|
org.jboss.errai.ioc.client.container.async |
Modifier and Type | Method and Description |
---|---|
<T> void |
AsyncCreationalContext.getSingletonInstanceOrNew(AsyncInjectionContext injectionContext,
AsyncBeanProvider<T> beanProvider,
CreationalCallback<T> creationalCallback,
Class<T> beanType,
Annotation[] qualifiers)
This method is invoked by generated code (in BootstrapperImpl).
|
<T> void |
AsyncCreationalContext.getSingletonInstanceOrNew(AsyncInjectionContext injectionContext,
AsyncBeanProvider<T> beanProvider,
CreationalCallback<T> creationalCallback,
Class type,
Class<T> beanType,
Annotation[] qualifiers,
String name)
Implements the singleton loading logic for beans.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.