Huh... ```@Nullable public final Map getAttr() ...
# announcements
s
Huh...
Copy code
@Nullable
   public final Map getAttr() {
      return this.getAttr() != null?Collections.unmodifiableMap(this.getAttr()):null;
   }
Eeek!