com.evento.application.performance.Track Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evento-bundle Show documentation
Show all versions of evento-bundle Show documentation
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