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

cn.nukkit.utils.collection.ShouldThaw Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.utils.collection;

import cn.nukkit.api.PowerNukkitXOnly;
import cn.nukkit.api.Since;

import java.lang.annotation.*;

/**
 * 声明此操作将会解冻可冻结数组
 */
@Retention(RetentionPolicy.SOURCE)
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD})
@Documented
@PowerNukkitXOnly
@Since("1.19.50-r1")
public @interface ShouldThaw {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy