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

org.jspringbot.keyword.expression.plugin.ExpressionHandlerRegistryBean Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
package org.jspringbot.keyword.expression.plugin;

public class ExpressionHandlerRegistryBean {
    private ExpressionHandler handler;

    public ExpressionHandlerRegistryBean(ExpressionHandler handler) {
        this.handler = handler;
    }

    public ExpressionHandler getHandler() {
        return handler;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy