mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6987760: remove 308 support from JDK7
Reviewed-by: darcy, mcimadamore
This commit is contained in:
parent
564807c643
commit
bf00a77f2d
164 changed files with 179 additions and 4518 deletions
|
@ -53,7 +53,7 @@ public interface MethodTree extends Tree {
|
|||
Tree getReturnType();
|
||||
List<? extends TypeParameterTree> getTypeParameters();
|
||||
List<? extends VariableTree> getParameters();
|
||||
List<? extends AnnotationTree> getReceiverAnnotations();
|
||||
//308 List<? extends AnnotationTree> getReceiverAnnotations();
|
||||
List<? extends ExpressionTree> getThrows();
|
||||
BlockTree getBody();
|
||||
Tree getDefaultValue(); // for annotation types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue