@Module public class AnnotatedParameterImpl<T> extends AnnotatedElementImpl
| Constructor and Description |
|---|
AnnotatedParameterImpl(<any> callable,
java.lang.reflect.Type type,
java.util.HashMap<java.lang.String,BaseType> paramMap,
java.lang.annotation.Annotation[] annList,
int position) |
| Modifier and Type | Method and Description |
|---|---|
protected static BaseType |
createBaseType(<any> callable,
java.lang.reflect.Type type,
java.util.HashMap<java.lang.String,BaseType> paramMap) |
<any> |
getDeclaringCallable() |
int |
getPosition() |
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation, toStringpublic AnnotatedParameterImpl(<any> callable,
java.lang.reflect.Type type,
java.util.HashMap<java.lang.String,BaseType> paramMap,
java.lang.annotation.Annotation[] annList,
int position)