1 /* 2 * @(#)package-info.java 1.2 05/11/17 3 * 4 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. 6 * 7 * Use and Distribution is subject to the Java Research License available 8 * at <http://wwws.sun.com/software/communitysource/jrl.html>. 9 */ 10 11 /** 12 * Provides utilities for operations on abstract syntax trees (AST). 13 * 14 * @author Peter von der Ahé 15 * @author Jonathan Gibbons 16 * @since 1.6 17 */ 18 package com.sun.source.util; 19