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

io.soffa.service.actions.ActionRegistry Maven / Gradle / Ivy

package io.soffa.service.actions;

import io.soffa.service.core.Action;

public interface ActionRegistry {

     Action lookup(Class> action);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy