!7 sclass WebThoughtSpace { S globalID; class Webs extends NotifyingList { void change() { index = null; } } new Webs webs; transient MultiMap index; *() {} *(Web... webs) { this.webs.addAll(webs); } } p { new WebThoughtSpace space; printStruct(space); }