@link in package-info.java javadoc

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 5.0
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: