All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.schmit.src.com.sun.msv.schmit.reader.AnnotationParent Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
/*
 * @(#)$Id: AnnotationParent.java 1523 2003-03-13 20:23:42Z kk122374 $
 *
 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */
package com.sun.msv.schmit.reader;

import org.w3c.dom.Node;

/**
 * Receives parsed annotations.
 * 
 * @author
 *     Kohsuke Kawaguchi ([email protected])
 */
public interface AnnotationParent {
    /**
     * Receives parsed annotations.
     * 
     * @param annotation
     *      Either Element or Attr.
     */
    void onEndAnnotation( Node annotation );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy