类分层结构
- java.lang.Object
- com.github.houbb.heaven.reflect.simple.SimpleAnnotation (implements com.github.houbb.heaven.reflect.api.IAnnotation)
- com.github.houbb.heaven.reflect.simple.SimpleClass (implements com.github.houbb.heaven.reflect.api.IClass)
- com.github.houbb.heaven.reflect.simple.SimpleField (implements com.github.houbb.heaven.reflect.api.IField)
- com.github.houbb.heaven.reflect.simple.SimpleMethod (implements com.github.houbb.heaven.reflect.api.IMethod)
- com.github.houbb.heaven.reflect.simple.SimpleParam (implements com.github.houbb.heaven.reflect.api.IParam)
- com.github.houbb.heaven.reflect.simple.SimpleReturn (implements com.github.houbb.heaven.reflect.api.IReturn)
Copyright © 2024. All rights reserved.