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

changeset 1570
f91144b7da75
parent 1521
71f35e4b93a5
child 1686
eb134c8e931d
     1.1 --- a/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Mon Jan 21 01:27:42 2013 -0500
     1.2 +++ b/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Mon Feb 04 18:08:53 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -88,6 +88,15 @@
    1.11      Parameter[] parameters();
    1.12  
    1.13      /**
    1.14 +     * Get the receiver annotations of this executable element.
    1.15 +     * Return an empty array if there are none.
    1.16 +     *
    1.17 +     * @return the receiver annotations of this executable element.
    1.18 +     * @since 1.8
    1.19 +     */
    1.20 +    AnnotationDesc[] receiverAnnotations();
    1.21 +
    1.22 +    /**
    1.23       * Return the throws tags in this method.
    1.24       *
    1.25       * @return an array of ThrowTag containing all <code>&#64;exception</code>

mercurial