Bill Baxter wrote: > static import module.with.a.long.name.string; > alias module.with.a.long.name.string Str; import module.with.a.long.name.string as Str; This keeps "Str" and the module name and the word import on one line, making it hugely easier to grep for them.