-
- 所有已知子接口:
- IAnnotation, IClass, IField, IMethod, IParam, IReturn
- 所有已知实现类:
- SimpleAnnotation, SimpleClass, SimpleField, SimpleMethod, SimpleParam, SimpleReturn
public interface IMember
所有反射信息的基础类
- 从以下版本开始:
- 0.1.5
- 作者:
- binbin.hou
-
-
方法详细资料
-
fullName
String fullName()
全称
- 返回:
- 全称
-
type
Class type()
类型
- 返回:
- 类型
-
access
int access()
访问权限
- 返回:
- 访问权限
Copyright © 2024. All rights reserved.