sS dropLoadableUtilsPackageFromStruct(S s) { S prefix = "loadableUtils.utils$"; if (!contains(s, prefix)) ret s; ret join(mapCodeTokens(javaTokForStructure(s), t -> dropPrefix(prefix, t))); }