Skip to content

Byte Buddy 0.6.2

Compare
Choose a tag to compare
@raphw raphw released this 23 Apr 09:51
· 6532 commits to master since this release
  • Added additional class validation such that it becomes impossible to define members on classes that do not fit the class's structure, i.e. default methods on Java interfaces in version seven.
  • Added a default Assigner singleton.