public class CDIUtil extends Object
| Constructor and Description |
|---|
CDIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <B> B |
getContextualBeanInstance(Class<B> type,
Annotation... qualifiers)
Provides a simple API to programatically lookup a CDI bean (possibly from a non-CDI context)
|
public static <B> B getContextualBeanInstance(Class<B> type, Annotation... qualifiers)
type - qualifiers - Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.