changeset 34916 | 16043fc1d90b |
parent 25874 | 83c19f00452c |
34915:59702366d897 | 34916:16043fc1d90b |
---|---|
28 /** |
28 /** |
29 * A tree node for plain text. |
29 * A tree node for plain text. |
30 * |
30 * |
31 * @since 1.8 |
31 * @since 1.8 |
32 */ |
32 */ |
33 @jdk.Exported |
|
34 public interface TextTree extends DocTree { |
33 public interface TextTree extends DocTree { |
35 /** |
34 /** |
36 * Returns the text. |
35 * Returns the text. |
37 * @return the text |
36 * @return the text |
38 */ |
37 */ |