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

brainslug.flow.context.Registry Maven / Gradle / Ivy

There is a newer version: 0.21
Show newest version
package brainslug.flow.context;

public interface Registry {
   T getService(Class serviceClass);
   void registerService(Class serviceClass, T serviceInstance);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy