/* * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /** * Classes used to communicate information between {@linkplain * com.sun.mirror.apt.AnnotationProcessor annotation processors} and * an annotation processing tool. * * <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.annotation.processing}. * * @since 1.5 */ package com.sun.mirror.apt;