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

org.popper.fw.interfaces.IClassResolver Maven / Gradle / Ivy

Go to download

Definition of the interfaces all Popper Framework implementations depend on

The newest version!
package org.popper.fw.interfaces;

public interface IClassResolver {
	public T resolveClass(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy