
com.taboola.cronyx.annotations.NonConcurrent Maven / Gradle / Ivy
The newest version!
package com.taboola.cronyx.annotations;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface NonConcurrent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy