| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
X - the type that declares the method or constructorpublic interface AnnotatedParameter<X>
Represents a parameter of a method or constructor.
| Method Summary | |
|---|---|
|  AnnotatedCallable<X> | getDeclaringCallable()Get the declaring method or constructor. | 
|  int | getPosition()Get the position of the parameter in the method or constructor argument list. | 
| Methods inherited from interface javax.enterprise.inject.spi.Annotated | 
|---|
| getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent | 
| Method Detail | 
|---|
int getPosition()
Get the position of the parameter in the method or constructor argument list.
AnnotatedCallable<X> getDeclaringCallable()
Get the declaring method or constructor.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||