public interface InjectionPointBuilder
InjectionPoint instance.
CDI container must provides an implementation of this interface.
The same InjectionPointBuilder can be used multiple times.
This builder is not thread safe and shall not be used concurrently.ProcessInjectionPoint.configureInjectionPoint()| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
build()
Build the InjectionPoint
|
InjectionPointConfigurator |
configure()
Give access to the builder configuration
|
InjectionPointConfigurator configure()
InjectionPoint build()
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.