Package cn.nukkit.api

Annotation Interface DoNotModify


@PowerNukkitXOnly @Since("1.19.60-r1") @Documented @Retention(SOURCE) @Target({TYPE,METHOD,FIELD,PARAMETER}) public @interface DoNotModify
DoNotModify is used to indicate that the return value of method, variables, etc. should not be modified

DoNotModify注解用于标明方法的返回值,变量等不应该被修改