Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
AnnotatedParameter<X> |
ProcessProducerMethod.getAnnotatedDisposedParameter()
Returns annotated parameter.
|
AnnotatedParameter<X> |
ProcessProducerField.getAnnotatedDisposedParameter() |
Modifier and Type | Method and Description |
---|---|
List<AnnotatedParameter<X>> |
AnnotatedCallable.getParameters()
Returns callable list of parameter or empty if none.
|
Modifier and Type | Method and Description |
---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
Create an
InjectionPoint for an annotated parameter. |
Copyright © 2019. All rights reserved.