public class AnnotatedParameterImpl<X> extends AnnotatedImpl<X> implements javax.enterprise.inject.spi.AnnotatedParameter<X>
| Constructor and Description |
|---|
AnnotatedParameterImpl(Type baseType,
Annotation[] parameterAnnotations,
javax.enterprise.inject.spi.AnnotatedCallable<X> annotatedCallable,
int position) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable() |
int |
getPosition() |
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic AnnotatedParameterImpl(Type baseType, Annotation[] parameterAnnotations, javax.enterprise.inject.spi.AnnotatedCallable<X> annotatedCallable, int position)
public int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>Copyright © 2020 The Apache Software Foundation. All rights reserved.