T - the class of the bean instancepublic interface BeanBuilder<T>
Bean instance.
CDI container must provides an implementation of this interface.
The same BeanBuilder can be used multiple times.
This builder is not thread safe and shall not be used concurrently.Builders.bean(Class)| Modifier and Type | Method and Description |
|---|---|
Bean<T> |
build()
Build the Bean
|
BeanConfigurator<T> |
configure()
Give access to the builder configuration
|
BeanConfigurator<T> configure()
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.