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

flexjson.ClassLocator Maven / Gradle / Ivy

package flexjson;

public interface ClassLocator
{
	public Class locate(ObjectBinder context, Path currentPath) throws ClassNotFoundException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy