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

changeset 1743
6a5288a298fd
parent 554
9d9f26857129
child 1751
ca8808c88f94
equal deleted inserted replaced
1742:7af0fa419a2b 1743:6a5288a298fd
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
150 * @throws IllegalArgumentException thrown when the method is not supported by the taglet. 150 * @throws IllegalArgumentException thrown when the method is not supported by the taglet.
151 * @return the TagletOutput representation of this <code>Tag</code>. 151 * @return the TagletOutput representation of this <code>Tag</code>.
152 */ 152 */
153 public abstract TagletOutput getTagletOutput(Doc holder, TagletWriter writer) throws IllegalArgumentException; 153 public abstract TagletOutput getTagletOutput(Doc holder, TagletWriter writer) throws IllegalArgumentException;
154 154
155 @Override
156 public abstract String toString();
155 } 157 }

mercurial