--- old/src/share/classes/com/sun/tools/javac/tree/JCTree.java 2014-01-31 10:15:49.256344563 -0500 +++ new/src/share/classes/com/sun/tools/javac/tree/JCTree.java 2014-01-31 10:15:49.123343576 -0500 @@ -2299,6 +2299,9 @@ // Attribute.Compound if tag is ANNOTATION // Attribute.TypeCompound if tag is TYPE_ANNOTATION + // + // NOTE: This field is slated for removal in the future. Do + // not use it for anything new. public Attribute.Compound attribute; protected JCAnnotation(Tag tag, JCTree annotationType, List args) {