Skip navigation links

@NeverNull.ByDefault

Package net.bytebuddy.agent.builder

An agent builder is used to easily implement load-time class-transformations using a Java agent.

See: Description

Package net.bytebuddy.agent.builder Description

An agent builder is used to easily implement load-time class-transformations using a Java agent. The API builds on Java's ClassFileTransformer and Instrumentation but offers higher-level APIs in order to allow for the implementation of very readable transformations using ByteBuddy.
Skip navigation links

Copyright © 2014–1970. All rights reserved.