/*
 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */

/**
 * Utilities to assist in the processing of {@linkplain
 * com.sun.mirror.declaration declarations} and {@linkplain
 * com.sun.mirror.type types}.
 *
 * <p>The {@code apt} tool and its associated API have been superseded
 * by the standardized annotation processing API.  The replacement for
 * the functionality in this package is {@link javax.lang.model.util}.
 *
 * @since 1.5
 */
package com.sun.mirror.util;
