-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
None
-
sparc
-
solaris_9
From ###@###.###:
I'm trying to reference a varargs method using @link tags in javadoc and
things aren't behaving as I would expect.
...
Based on the above and the syntax for varargs, I would have guessed that the
@link tag should look something like:
@link p.Ref#m(Object...)
This does not work. It seems that for javadoc to succeed, I need to use:
@link p.Ref#m(Object[])
- duplicates
-
JDK-5006659 @link for varargs method needs "[]" rather than "..." for method parameter
-
- Resolved
-