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

com.bluecatcode.junit.rules.Repeat Maven / Gradle / Ivy

package com.bluecatcode.junit.rules;

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

@Retention(RetentionPolicy.RUNTIME)
@Target({
        java.lang.annotation.ElementType.METHOD
})
public @interface Repeat {
    public abstract int times();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy