langtools/src/share/classes/com/sun/javadoc/TypeVariable.java
changeset 23136 aa8958a4c8f4
parent 15385 ee1eebe7e210
equal deleted inserted replaced
23135:3c45d467788f 23136:aa8958a4c8f4
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    57     ProgramElementDoc owner();
    57     ProgramElementDoc owner();
    58 
    58 
    59     /**
    59     /**
    60      * Get the annotations of this program element.
    60      * Get the annotations of this program element.
    61      * Return an empty array if there are none.
    61      * Return an empty array if there are none.
       
    62      *
       
    63      * @return the annotations of this program element or
       
    64      *         an empty array if there are none.
    62      */
    65      */
    63     public AnnotationDesc[] annotations();
    66     public AnnotationDesc[] annotations();
    64 
    67 
    65 }
    68 }