me.atam.atam4j.Monitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atam4j-annotations Show documentation
Show all versions of atam4j-annotations Show documentation
Module containing the atam4j annotations only. If you wish to annotate your tests, this is the only dependency required.
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