-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
5.0
-
None
-
generic
-
generic
Currently the following javadoc doesn't work as expected:
foo/package-info.java:
---------------------------------
/**
* See {@link Collection}
*/
package foo;
import java.util.Collection;
---------------------------------
Given that annotations placed on a package declaration can take advantages of the import statements done below, I expect javadoc to do the same.
This allows inline links to be done easily in package javadoc.
###@###.### 2005-06-20 22:19:59 GMT
foo/package-info.java:
---------------------------------
/**
* See {@link Collection}
*/
package foo;
import java.util.Collection;
---------------------------------
Given that annotations placed on a package declaration can take advantages of the import statements done below, I expect javadoc to do the same.
This allows inline links to be done easily in package javadoc.
###@###.### 2005-06-20 22:19:59 GMT
- relates to
-
JDK-4291385 javadoc tool: Full qualification in @see required in package.html
-
- Closed
-