Package io.opentelemetry.javaagent.extension.bootstrap
-
Interface Summary Interface Description BootstrapPackagesBuilder This interface exposes a way to define which packages/classes are present in the bootstrap classloader.BootstrapPackagesConfigurer This SPI can be used to define which packages/classes belong to the bootstrap class loader: all packages configured here will always be loaded by the bootstrap class loader, even if class loader that initiated loading of the class does not normally delegate to bootstrap class loader.