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

com.robothy.s3.rest.service.ServiceFactory Maven / Gradle / Ivy

package com.robothy.s3.rest.service;

import java.util.function.Supplier;

public interface ServiceFactory {

   void register(Class clazz, Supplier factory);

   T getInstance(Class clazz);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy