79475932

Date: 2025-02-28 15:05:56
Score: 0.5
Natty:
Report link

It seems as though this changed at some point. Using JDK17 I have discovered that the correct syntax is:

@see ClassName#ClassName()

So if you're referencing the constructor in a class named Foo that takes a String argument, you will use:

@see Foo#Foo(String)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: squaregoldfish