Byte Buddy v1.5.3 Release Notes

Release Date: 2016-11-01 // over 7 years ago
    • 🔨 Refactored Advice to allow usage as a wrapper for an Implementation. This allows chaining of such advices.
    • 👍 Allow to dynamically locate a FieldDescription or ParameterDescription from a custom Advice annotation which binds the field or parameter value.
    • ➕ Added invokeSelf option to MethodCall instrumentation.