程序包的使用
cn.taketoday.instrument
使用cn.taketoday.instrument的程序包
程序包
说明
Load-time weaving support for a Framework application context, building on Framework's
LoadTimeWeaver abstraction.Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
-
-
-
类说明Defines the contract for adding one or more
ClassFileTransformersto aClassLoader.Subclass of ShadowingClassLoader that overrides attempts to locate certain files.ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.Simplistic implementation of an instrumentableClassLoader.