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

com.evento.application.performance.Track Maven / Gradle / Ivy

Go to download

Evento Framework - Bundle. The library to build a RECQ System based on Evento Server

The newest version!
package com.evento.application.performance;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * The Track annotation is used to mark methods and classes for tracking and tracing purposes.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Track {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy