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

<init>

JBossLoadTimeWeaver()

Create a new instance of the JBossLoadTimeWeaver class using the default ClassLoader.

See Also
org.springframework.util.ClassUtils#getDefaultClassLoader()

JBossLoadTimeWeaver(@Nullable classLoader: ClassLoader)

Create a new instance of the JBossLoadTimeWeaver class using the supplied ClassLoader.

Parameters

classLoader - the ClassLoader to delegate to for weaving