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

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

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

import java.lang.annotation.*;

/**
 * ImmutableCollection is used to mark a collection as immutable.
 * 

* ImmutableCollection是用来标记一个集合为不可变的。 */ @Documented @Retention(RetentionPolicy.SOURCE) @Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER}) public @interface ImmutableCollection { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy