|
This build step introduces a small blurb into the top of every run-time initialized class that will throw an Error
with a useful stack trace if that class is somehow initialized during native image build time, as the GraalVM native image
tool does not give a usage point for such errors.
|