Package cn.nukkit.api

Annotation Interface ImmutableCollection


@Documented @Retention(SOURCE) @Target({TYPE,METHOD,FIELD,PARAMETER}) public @interface ImmutableCollection
ImmutableCollection is used to mark a collection as immutable.

ImmutableCollection是用来标记一个集合为不可变的。