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

step.core.references.ReferenceFinderPlugin Maven / Gradle / Ivy

package step.core.references;

import step.core.GlobalContext;
import step.core.plugins.AbstractControllerPlugin;
import step.core.plugins.Plugin;

@Plugin
public class ReferenceFinderPlugin extends AbstractControllerPlugin {
    @Override
    public void serverStart(GlobalContext context) throws Exception {
        context.getServiceRegistrationCallback().registerService(ReferenceFinderServices.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy