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

javanet.staxutils.StaticLocation Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * $Id: StaticLocation.java,v 1.1 2004/07/08 14:29:42 cniles Exp $
 */
package javanet.staxutils;

import javax.xml.stream.Location;

/**
 * Marker interface used to denote {@link Location} implementations whose state is
 * not transient or dependent on external objects/events and will remain stable
 * unless explicitly updated.
 * 
 * @author Christian Niles
 * @version $Revision: 1.1 $
 */
public interface StaticLocation extends Location {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy