| Interface | Description |
|---|---|
| ClassFileTransformer |
This interface should be implemented by classes wishing to transform
classes bytecode when defining or redefining classes.
|
| Instrumentation |
An Instrumentation object has transformers that will
be called each time a class is defined or redefined.
|
| Class | Description |
|---|---|
| ClassDefinition |
This class binds a class that will be redefined with a new
class file.
|
| Exception | Description |
|---|---|
| IllegalClassFormatException | |
| UnmodifiableClassException |