| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.reflect.api |
反射接口模块
|
| com.github.houbb.heaven.reflect.simple |
反射模块简单默认实现
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IAnnotation
注解接口
|
interface |
IClass
类信息接口
|
interface |
IField
java 字段相关信息
|
interface |
IMethod
方法接口
|
interface |
IParam
参数名称
|
interface |
IReturn
返回值信息
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAnnotation
注解实现
|
class |
SimpleClass
简单类
|
class |
SimpleField
简单字段
|
class |
SimpleMethod
简单方法
|
class |
SimpleParam
简单参数
|
class |
SimpleReturn
简单返回值
|
Copyright © 2024. All rights reserved.