equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2000, 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 |
43 /** |
43 /** |
44 * Holds the environment for a run of javadoc. |
44 * Holds the environment for a run of javadoc. |
45 * Holds only the information needed throughout the |
45 * Holds only the information needed throughout the |
46 * run and not the compiler info that could be GC'ed |
46 * run and not the compiler info that could be GC'ed |
47 * or ported. |
47 * or ported. |
|
48 * |
|
49 * <p><b>This is NOT part of any supported API. |
|
50 * If you write code that depends on this, you do so at your own risk. |
|
51 * This code and its internal interfaces are subject to change or |
|
52 * deletion without notice.</b> |
48 * |
53 * |
49 * @since 1.4 |
54 * @since 1.4 |
50 * @author Robert Field |
55 * @author Robert Field |
51 * @author Neal Gafter (rewrite) |
56 * @author Neal Gafter (rewrite) |
52 * @author Scott Seligman (generics) |
57 * @author Scott Seligman (generics) |