com.appland.appmap.transform.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appmap-agent Show documentation
Show all versions of appmap-agent Show documentation
Inspect and record the execution of Java for use with App Land
/**
* Used by the AppMap agent to instrument application code.
* As classes are loaded by the JVM, they are matched according to the configuration settings in appmap.yml
.
* When a method matches the configuration, it is modified to notify com.appland.appmap.process on each invocation.
* Some methods also trigger special behavior, such as causing appmap.json data to be written when the method returns.
*/
package com.appland.appmap.transform;