Note that instead of introducing the "lazy" modifier here, we could just modify static imports to be lazy which would mean no new syntax and every benefits from the feature without changing their code, that is, if they are using static imports :)
That DIP already has a section titled "Alternative: Lazy Imports" that discusses this idea, also in context of static imports.
