mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14: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
|
@ -46,6 +46,7 @@ import javax.lang.model.element.Name;
|
|||
* @author Jonathan Gibbons
|
||||
* @since 1.6
|
||||
*/
|
||||
@jdk.Supported
|
||||
public interface MethodTree extends Tree {
|
||||
ModifiersTree getModifiers();
|
||||
Name getName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue