T - the class of the bean instancepublic interface BeanAttributesBuilder<T>
BeanAttributes 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.beanAttributes(Class)| Modifier and Type | Method and Description |
|---|---|
BeanAttributes<T> |
build()
Build the BeanAttributes
|
BeanAttributesConfigurator<T> |
configure()
Give access to the builder configuration
|
BeanAttributesConfigurator<T> configure()
BeanAttributes<T> build()
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.