Releases: zeshaoaaa/OkReflect
Releases · zeshaoaaa/OkReflect
0.1.5
- Added method async() for the purpose of Calling the method asynchronously.
- Added method field() for the purpose of get the field after async task.
0.1.4
Change method on(instance) to onInstance(instance) for the purpose of removing the ambiguity of the constructors.
0.1.3
Added methods simpleCall(), simpleSet() and callWithClass().
0.1.2
- Fix Bug 'set field of instance failed, when class is super class'
- Fix Bug 'get class of parameter failed, when parameter is null'
- Added getResult() method for the purpose of obtain the return value no matter it is null or not.
- Added classes parameter to call() method for the purpose of passing void parameter into the method.
0.1.1
Added feature 'call method from the instance that created outside of OkReflect'.
0.1.0
Fix bug 'Call method with multiple parameters failed'.
0.0.9
Added feature 'Calling methods from outer instance'.
0.0.8
Created package 'okreflect' and moved all classes to it.
0.0.7
Fix bug 'set final field failed'
0.0.6
Refine code for maintainability.