Avoid garbage collection pressure when creating proxies with ByteBuddy
Description
As reported in the ByteBuddy forums here https://github.com/raphw/byte-buddy/issues/515 , we should avoid creating method delegations for each proxy class: we can share them as they are immutable.
As reported in the ByteBuddy forums here https://github.com/raphw/byte-buddy/issues/515 , we should avoid creating method delegations for each proxy class: we can share them as they are immutable.