langtools/src/share/classes/com/sun/javadoc/TypeVariable.java
changeset 15385 ee1eebe7e210
parent 5520 86e4b9a9da40
child 23136 aa8958a4c8f4
equal deleted inserted replaced
15384:5a8d00abf076 15385:ee1eebe7e210
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, 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
    53      *
    53      *
    54      * @return the class, interface, method, or constructor within
    54      * @return the class, interface, method, or constructor within
    55      *         which this type variable is declared.
    55      *         which this type variable is declared.
    56      */
    56      */
    57     ProgramElementDoc owner();
    57     ProgramElementDoc owner();
       
    58 
       
    59     /**
       
    60      * Get the annotations of this program element.
       
    61      * Return an empty array if there are none.
       
    62      */
       
    63     public AnnotationDesc[] annotations();
       
    64 
    58 }
    65 }