Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6288359

@link in package-info.java javadoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 5.0
    • tools
    • None

      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

            Unassigned Unassigned
            kkawagucsunw Kohsuke Kawaguchi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: