All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.appland.appmap.transform.package-info Maven / Gradle / Ivy

There is a newer version: 1.27.1
Show newest version
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy