My code looks like this:
Class<? extends Sample> dynamicSubclass = new ByteBuddy()...and it results in the following exception:
--
You received this message because you are subscribed to the Google Groups "Byte Buddy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to byte-buddy+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/byte-buddy/96646d1c-36e3-4ae1-84e8-327f3701e4aan%40googlegroups.com.
The invocation handler adapter does not currently implement Implementation.Composable interface. The verifier error comes from both implementations returning, the adapter must therefore be made aware of the dropping. I just added the interface on master, it's missing from an oversight.
--
You received this message because you are subscribed to the Google Groups "Byte Buddy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to byte-buddy+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/byte-buddy/91ac689e-4208-4107-89ea-e903fefcf5cfn%40googlegroups.com.