1 /*2 * @(#)AnnotationProcessorListener.java 1.1 04/06/253 *4 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.6 */7 8 package com.sun.mirror.apt;9 10 /**11 * Superinterface for all annotation processor event listeners.12 *13 * @author Joseph D. Darcy14 * @author Scott Seligman15 * @version 1.1 04/06/2516 * @since 1.517 */18 public interface AnnotationProcessorListener extends java.util.EventListener {}19