Byte Buddy 1.3.7
raphw
released this
03 Apr 21:37
·
5086 commits
to master
since this release
- Fixed bug when returning from an
Advice
exit method without return value and accessing@Advice.Thrown
. - Added additional annotations for advice
@Advice.Ignored
and@Advice.Origin
. - Implemented frame translator for
Advice
method to reuse existing frame information instead of recomputing it.