java.lang.instrument

Package java.lang.instrument

Provides services that allow Java programming language agents to instrument programs running on the JVM.

See: Description

Interface Summary
Interface Description
ClassFileTransformer

An agent provides an implementation of this interface in order to transform class files.

Instrumentation

This class provides services needed to instrument Java programming language code.

Class Summary
Class Description
ClassDefin