throw new InvalidDefinitionException(String.format("Event %s cannot extend %s", getDescriptor(),
getExtendsDescriptor()), getLocation());
}
MasterDefRegistry registry = Aura.getDefinitionService().getDefRegistry();
registry.assertAccess(descriptor, extended);
// need to resolve duplicated attributes from supers
}
for (AttributeDef att : this.attributeDefs.values()) {