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

zmq.util.Draft Maven / Gradle / Ivy

package zmq.util;

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

/**
 * Documents an API in DRAFT state.
 * All APIs marked with @Draft are subject to change at ANY time until declared stable.
 */
@Retention(RetentionPolicy.SOURCE)
public @interface Draft {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy