public class UnbackedAnnotatedParameter<X> extends UnbackedAnnotated implements javax.enterprise.inject.spi.AnnotatedParameter<X>, Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedParameter(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
int position,
javax.enterprise.inject.spi.AnnotatedCallable<X> declaringCallable) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable() |
int |
getPosition() |
String |
toString() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypepublic int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
getDeclaringCallable in interface javax.enterprise.inject.spi.AnnotatedParameter<X>Copyright © 2017. All rights reserved.