org.yamcs.ThreadSafe Maven / Gradle / Ivy
package org.yamcs;
/**
* @author nm
* this is an annotation recommended by the book "Java Concurrency in Practice"
*/
public @interface ThreadSafe {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy