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

javadoc should support an interface for supertype for doclet classes.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • 9
    • 1.1.8
    • tools
    • None

      Currently, there is no standard interface or superclass for a doclet: the only requirement for a class to be a doclet is that it provides static methods to be invoked via reflection.

      It would be good to upgrade the spec so that a doclet /may/ implement an interface, in which case the 4 methods in question should not be required to be static. For compatibility, we should continue to support existing classes with the 4 static methods.

            ksrini Kumar Srinivasan
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: