| Class | Description |
|---|---|
| MixinClassVisitor |
Merge Two Classes into One, based on [1] and [2]
[1]: http://asm.ow2.org/current/asm-transformations.pdf
[2]: https://github.com/glowroot/glowroot/blob/master/agent/plugin-api/src/main/java/org/glowroot/agent/plugin/api/weaving/Mixin.java
|
| MixinClassVisitorWrapper | |
| MixinDescription | |
| MixinInitializer |
| Annotation Type | Description |
|---|---|
| Initializer |
Designates a method in a Mixin class that should be called exactly once
during the construction of each target type.
|