When trying to create package level Javadoc comments, whats the preferred method? What do you do? package-info.java Pros Newer Cons Abuse of a class – Classes are for code,...
  • May 25, 2022
  • 0 Comments
Currently I’m referencing methods in other classes with this Javadoc syntax: @see {@link com.my.package.Class#method()} And in what I understand from the documentation this is the correct way to do...
  • May 18, 2022
  • 0 Comments