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

@ -46,7 +46,7 @@ public interface Tree {
*/
public enum Kind {
ANNOTATED_TYPE(AnnotatedTypeTree.class),
//308 ANNOTATED_TYPE(AnnotatedTypeTree.class),
/**
* Used for instances of {@link AnnotationTree}.