Package | Description |
---|---|
org.springframework.instrument.classloading |
Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleInstrumentableClassLoader
Simplistic implementation of an instrumentable
ClassLoader . |
class |
SimpleThrowawayClassLoader
ClassLoader that can be used to load classes without bringing them
into the parent loader.
|