diff -r 5c956be64b9e -r 71f35e4b93a5 src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java --- a/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java Wed Jan 23 20:57:40 2013 +0000 +++ b/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java Wed Jan 23 13:27:24 2013 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -88,6 +88,15 @@ Parameter[] parameters(); /** + * 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 @exception