src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java

changeset 1691
f10cffab99b4
parent 1686
eb134c8e931d
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Sat Apr 13 12:25:44 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Sat Apr 13 18:48:29 2013 -0700
     1.3 @@ -96,15 +96,6 @@
     1.4      Type receiverType();
     1.5  
     1.6      /**
     1.7 -     * Get the receiver annotations of this executable element.
     1.8 -     * Return an empty array if there are none.
     1.9 -     *
    1.10 -     * @return the receiver annotations of this executable element.
    1.11 -     * @since 1.8
    1.12 -     */
    1.13 -    AnnotationDesc[] receiverAnnotations();
    1.14 -
    1.15 -    /**
    1.16       * Return the throws tags in this method.
    1.17       *
    1.18       * @return an array of ThrowTag containing all <code>&#64;exception</code>

mercurial