public interface Parameter<T> extends AnnotatedElement
| 限定符和类型 | 方法和说明 |
|---|---|
T |
getDeclaringExecutable() |
int |
getModifiers() |
String |
getName() |
Class<?> |
getType() |
boolean |
isImplicit() |
boolean |
isNamePresent() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentCopyright © 2020. All rights reserved.