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

Missing method: Executable.getAnnotatedReturnType()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • core-libs
    • 8
    • b82
    • Verified

      Both Method and Constructor declares:

          /**
           * {@inheritDoc}
           * @since 1.8
           */
          public AnnotatedType getAnnotatedReturnType() {
              return getAnnotatedReturnType0(getGenericReturnType());
          }

      but there is no doc in Executable to inherit from.

            jfranck Joel Borggrén-Franck (Inactive)
            jfranck Joel Borggrén-Franck (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: