Byte Buddy 1.12.14
raphw
released this
22 Aug 13:53
·
919 commits
to master
since this release
- Add
wrap
method toDynamicType.Builder
that allows for the representation of a dynamic type via aClassVisitor
. - 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.