org.infinispan.commons.configuration.io.ConfigurationReaderContext Maven / Gradle / Ivy
package org.infinispan.commons.configuration.io;
/**
* @author Tristan Tarrant <[email protected]>
* @since 12.1
**/
public interface ConfigurationReaderContext {
void handleAnyElement(ConfigurationReader reader);
void handleAnyAttribute(ConfigurationReader reader, int i);
}