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

cn.nukkit.api.NonComputationAtomic Maven / Gradle / Ivy

package cn.nukkit.api;

import java.lang.annotation.*;

/**
 * Marks that the annotated element is not computation atomic, and its computeXXX methods may not be atomic.
 */
@Since("1.20.10-r1")
@PowerNukkitXOnly
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE,
        ElementType.FIELD, ElementType.PACKAGE})
@Documented
public @interface NonComputationAtomic {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy