Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedCallable<X>
Represents a callable member of a Java type.
|
interface |
AnnotatedConstructor<X>
Represents a constructor of a Java class.
|
interface |
AnnotatedField<X>
Represents a field of a Java class.
|
interface |
AnnotatedMethod<X>
Represents a method of a Java type.
|
Modifier and Type | Method and Description |
---|---|
AnnotatedMember<T> |
ProcessProducer.getAnnotatedMember()
Returns the
AnnotatedField
representing the producer field or the
AnnotatedMethod representing the
producer method. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.