All Questions
Tagged with javadocs method-overloading
1 question
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 ...