Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.picketlink.common.reflection |
Modifier and Type | Method and Description |
---|---|
AnnotatedField<T> |
ProcessProducerField.getAnnotatedProducerField()
Returns the
AnnotatedField
representing the producer field. |
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedField<? super X>> |
AnnotatedType.getFields()
Get the fields of the type.
|
Modifier and Type | Method and Description |
---|---|
static <X> AnnotatedField<? super X> |
Reflections.getField(AnnotatedType<X> annotatedType,
Field field)
Search the annotatedType for the field, returning the
AnnotatedField |
Copyright © 2018 JBoss by Red Hat. All rights reserved.