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

com.nealk.concurrent.ThreadSafe Maven / Gradle / Ivy

package com.nealk.concurrent;

/**
 * 

Thread Safe Annotation

*
*

* Resources designated as "Thread Safe" * indicate that the respective resource has * blocking conditions configured, and is therefore * "safe" in race conditions between muiltiple threads. *

*/ public @interface ThreadSafe {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy