src/share/classes/com/sun/source/util/TreePath.java

changeset 1590
011cf7e0a148
parent 1455
75ab654b5cd5
child 1871
bb06c412d079
     1.1 --- a/src/share/classes/com/sun/source/util/TreePath.java	Mon Feb 18 14:29:40 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/source/util/TreePath.java	Tue Feb 19 00:31:45 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -36,6 +36,7 @@
    1.11   * @author Jonathan Gibbons
    1.12   * @since 1.6
    1.13   */
    1.14 +@jdk.Supported
    1.15  public class TreePath implements Iterable<Tree> {
    1.16      /**
    1.17       * Gets a tree path for a tree node within a compilation unit.

mercurial