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

org.yamcs.GuardedBy Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
package org.yamcs;

/**
 * @author nm
 * Annotation recommended by the book "Java Concurrency in Practice"
 */
public @interface GuardedBy {
	String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy