标签: guava immutability errorprone
为什么不是所有Guava ImmutableCollection类,ImmutableMap类等都使用@Immutable(containerOf = {"E"})注释(或者每个类的类型参数等效) )?
ImmutableCollection
ImmutableMap
@Immutable(containerOf = {"E"})
完全限定的注释名称为com.google.errorprone.annotations.Immutable。
com.google.errorprone.annotations.Immutable