6987760: remove 308 support from JDK7

Reviewed-by: darcy, mcimadamore
This commit is contained in:
Jonathan Gibbons 2010-10-19 15:02:48 -07:00
parent 564807c643
commit bf00a77f2d
164 changed files with 179 additions and 4518 deletions

View file

@ -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