org.jetbrains.annotations
Annotation Type Mutable


@Documented
@Retention(value=CLASS)
@Target(value={METHOD,FIELD,PARAMETER,LOCAL_VARIABLE})
public @interface Mutable

Annotate anything of type descendant from Iterable or Iterator with @Mutable if the corresponding collection/iterator is allowed to be mutated



Copyright © 2016. All Rights Reserved.