mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8008267: Add @Supported annotation to com.sun.source types
Reviewed-by: jjg
This commit is contained in:
parent
971f247b1b
commit
6e097b8776
108 changed files with 212 additions and 98 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -36,6 +36,7 @@ import com.sun.source.tree.*;
|
|||
* @author Jonathan Gibbons
|
||||
* @since 1.6
|
||||
*/
|
||||
@jdk.Supported
|
||||
public class TreePath implements Iterable<Tree> {
|
||||
/**
|
||||
* Gets a tree path for a tree node within a compilation unit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue