330N/A/*
553N/A * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
330N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
330N/A *
330N/A * This code is free software; you can redistribute it and/or modify it
330N/A * under the terms of the GNU General Public License version 2 only, as
553N/A * published by the Free Software Foundation. Oracle designates this
330N/A * particular file as subject to the "Classpath" exception as provided
553N/A * by Oracle in the LICENSE file that accompanied this code.
330N/A *
330N/A * This code is distributed in the hope that it will be useful, but WITHOUT
330N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
330N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
330N/A * version 2 for more details (a copy is included in the LICENSE file that
330N/A * accompanied this code).
330N/A *
330N/A * You should have received a copy of the GNU General Public License version
330N/A * 2 along with this work; if not, write to the Free Software Foundation,
330N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
330N/A *
553N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
553N/A * or visit www.oracle.com if you need additional information or have any
553N/A * questions.
330N/A */
0N/A
330N/A/**
330N/A * Interfaces used to model types. A type is represented by the
330N/A * appropriate subinterface of {@link com.sun.mirror.type.TypeMirror}.
330N/A *
330N/A * <p>The {@code apt} tool and its associated API have been
330N/A * superseded by the standardized annotation processing API. The
330N/A * replacement for the functionality in this package is {@link
330N/A * javax.lang.model.type}.
330N/A *
330N/A * @since 1.5
330N/A */
330N/Apackage com.sun.mirror.type;