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

me.atam.atam4j.Monitor Maven / Gradle / Ivy

Go to download

Module containing the atam4j annotations only. If you wish to annotate your tests, this is the only dependency required.

There is a newer version: 0.60
Show newest version
package me.atam.atam4j;

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

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Monitor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy