Skip to main content

All Questions

3 votes
1 answer
3k views

Javadoc for a static "overloaded" method

My problem is the following: I have an interface that requires its implementations to implement a static method, namely void load(). However, until Java 8, it seems we won't get static methods in ...
Mog's user avatar
  • 141