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

changeset 1570
f91144b7da75
parent 1521
71f35e4b93a5
child 2525
2eb010b6cb22
equal deleted inserted replaced
1569:475eb15dfdad 1570:f91144b7da75
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 }

mercurial