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

me.legrange.service.WithComponent Maven / Gradle / Ivy

The newest version!
package me.legrange.service;

/**
 *
 * @author gideon
 */
public interface WithComponent {

     C getComponent(Class clazz) throws ComponentNotFoundException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy