diff -r 87884cd0fea3 -r 011cf7e0a148 src/share/classes/com/sun/source/util/TreePath.java --- a/src/share/classes/com/sun/source/util/TreePath.java Mon Feb 18 14:29:40 2013 -0800 +++ b/src/share/classes/com/sun/source/util/TreePath.java Tue Feb 19 00:31:45 2013 -0800 @@ -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 @@ * @author Jonathan Gibbons * @since 1.6 */ +@jdk.Supported public class TreePath implements Iterable { /** * Gets a tree path for a tree node within a compilation unit.