JvmGuard API API documentation
The jvmguard API is used for Declared transactions and telemetries.
See the package descriptions for more information.
Manual download
The jvmguard API is located in the JAR file api/jvmguard-annotations.jar in the jvmguard installation
directory (download here).
Maven
<dependency>
<groupId>dev.jvmguard</groupId>
<artifactId>jvmguard-annotations</artifactId>
<version>0.1</version>
<scope>provided</scope>
</dependency>
Gradle
dependencies {
compileOnly 'dev.jvmguard:jvmguard-annotations:0.1'
}
Packages
Package
Description
Annotations for configuring transactions and telemetries in your own code.