spring-framework / org.springframework.instrument.classloading / SimpleLoadTimeWeaver / <init>

<init>

SimpleLoadTimeWeaver()

Create a new SimpleLoadTimeWeaver for the current context ClassLoader.

See Also
SimpleInstrumentableClassLoader

SimpleLoadTimeWeaver(classLoader: SimpleInstrumentableClassLoader)

Create a new SimpleLoadTimeWeaver for the given ClassLoader.

Parameters

classLoader - the ClassLoader to build a simple instrumentable ClassLoader on top of