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

bdi.glue.http.common.Adaptable Maven / Gradle / Ivy

package bdi.glue.http.common;

/**
 * @author @aloyer
 */
public interface Adaptable {
     T getAdapter(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy