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

io.continual.services.processor.config.readers.ConfigLoadContext Maven / Gradle / Ivy

The newest version!
package io.continual.services.processor.config.readers;

import java.util.List;

import io.continual.services.ServiceContainer;

public interface ConfigLoadContext
{
	ServiceContainer getServiceContainer ();

	List getSearchPathPackages ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy