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

org.daisy.common.spi.ServiceWithProperties Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package org.daisy.common.spi;

import java.util.Map;

public interface ServiceWithProperties {
	
	public Map spi_getProperties();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy