src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/DeprecatedTaglet.java

changeset 995
62bc3775d5bb
parent 554
9d9f26857129
child 1359
25e14ad23cef
equal deleted inserted replaced
994:459854f564ed 995:62bc3775d5bb
1 /* 1 /*
2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2011, 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
45 } 45 }
46 46
47 /** 47 /**
48 * {@inheritDoc} 48 * {@inheritDoc}
49 */ 49 */
50 public boolean inPackage() {
51 return false;
52 }
53
54 /**
55 * {@inheritDoc}
56 */
57 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) { 50 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
58 return writer.deprecatedTagOutput(holder); 51 return writer.deprecatedTagOutput(holder);
59 } 52 }
60 } 53 }

mercurial