Allow replacement of static initializer on redefinition.
Author: raphwCreated Jul 21, 2018Updated Jul 21, 2018
Labelsenhancement
In some cases, a user might explicitly want to replace a static initializer instead of appending to it. This use case should be possible by a DSL step. See https://github.com/raphw/byte-buddy/issues/485#event-1733192838
Source: raphw/byte-buddy