Byte Buddy v0.4 Release Notes

Release Date: 2014-11-01 // over 9 years ago
    • ๐Ÿ‘ Extended Instrumentation.Context to support field accessors.
    • โž• Added the TypePool abstraction and added a default implementation.
    • ๐Ÿ”จ Refactored annotations to have an intermediate form as AnnotationDescription which does not need to represent loaded values.
    • ๐Ÿ”จ Refactored several built-in Instrumentation, among others, all implementations now support TypeDescription in addition to loaded Class as their arguments
    • โž• Added several annotations that apply to the MethodDelegation.