langtools/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java
changeset 16969 b58d8a70d921
parent 16964 096de5815398
child 23136 aa8958a4c8f4
--- a/langtools/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Sat Apr 13 12:25:44 2013 +0100
+++ b/langtools/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Sat Apr 13 18:48:29 2013 -0700
@@ -96,15 +96,6 @@
     Type receiverType();
 
     /**
-     * Get the receiver annotations of this executable element.
-     * Return an empty array if there are none.
-     *
-     * @return the receiver annotations of this executable element.
-     * @since 1.8
-     */
-    AnnotationDesc[] receiverAnnotations();
-
-    /**
      * Return the throws tags in this method.
      *
      * @return an array of ThrowTag containing all <code>&#64;exception</code>