Interface ExecutableInfo
- All Superinterfaces:
AnnotatedElementInfo,MemberInfo
- All Known Implementing Classes:
ConstructorInfo,MethodInfo
表示 可执行的 比如 普通方法或构造方法
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface cool.scx.reflect.AnnotatedElementInfo
allAnnotations, annotations, findAnnotation, findAnnotationFromAll, findAnnotationList, findAnnotationListFromAllMethods inherited from interface cool.scx.reflect.MemberInfo
accessModifier, classInfo, setAccessible
-
Method Details
-
parameters
ParameterInfo[] parameters()
-