Skip to content

Byte Buddy 1.12.14

Compare
Choose a tag to compare
@raphw raphw released this 22 Aug 13:53
· 831 commits to master since this release
  • Add wrap method to DynamicType.Builder that allows for the representation of a dynamic type via a ClassVisitor.
  • Add ClassVisitorFactory that allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.
  • Fix visibility check for types in the default package.
  • Return correct value for types in the default package.