src/share/classes/com/sun/tools/javadoc/ParameterizedTypeImpl.java

changeset 1359
25e14ad23cef
parent 910
ebf7c13df6c0
child 1374
c002fdee76fd
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2012, 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
35 35
36 36
37 /** 37 /**
38 * Implementation of <code>ParameterizedType</code>, which 38 * Implementation of <code>ParameterizedType</code>, which
39 * represents an invocation of a generic class or interface. 39 * represents an invocation of a generic class or interface.
40 *
41 * <p><b>This is NOT part of any supported API.
42 * If you write code that depends on this, you do so at your own risk.
43 * This code and its internal interfaces are subject to change or
44 * deletion without notice.</b>
40 * 45 *
41 * @author Scott Seligman 46 * @author Scott Seligman
42 * @since 1.5 47 * @since 1.5
43 */ 48 */
44 public class ParameterizedTypeImpl 49 public class ParameterizedTypeImpl

mercurial