Byte Buddy v1.0.0 Release Notes

Release Date: 2016-01-01 // over 8 years ago
    • โž• Added support for type annotations.
    • ๐Ÿ”จ Refactored public API to support type annotations and parameter meta information.
    • ๐Ÿš€ Several renamings in preparation of the 1.0.0 release.
    • ๐Ÿ”จ Refactored type representation to represent raw types as TypeDescriptions. This allows for resolution of variables on these types as erasures rather than their unresolved form. Refactored naming of generic types to the common naming scheme with nested classes.
    • Replaced generalized token representation to define tokens, type tokens and signature tokens.
    • ๐Ÿ›  General API improvements and minor bug fixes.