What it says on the tin. Apologies and links appreciated if this has been asked before, just I could not find anything after some digging.
Given that interfaces don't allow keywords like static, and "abstract static" is not a thing in Java (yet) (see the discussion here, Why can't static methods be abstract in Java), do I have ANY way to say "every descendant of Foo has a guaranteed static method Bar" ?