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

/**
 * Interfaces used to model types.  A type is represented by the
 * appropriate subinterface of {@link com.sun.mirror.type.TypeMirror}.
 *
 * <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.type}.
 *
 * @since 1.5
 */
package com.sun.mirror.type;
