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

com.anarsoft.vmlens.concurrent.junit.ThreadCount Maven / Gradle / Ivy

The newest version!
package com.anarsoft.vmlens.concurrent.junit;

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

@Retention(value=RUNTIME)
public @interface ThreadCount {
     int value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy