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

pl.fhframework.docs.rule.BusinessRuleExample Maven / Gradle / Ivy

package pl.fhframework.docs.rule;

import pl.fhframework.core.rules.BusinessRule;

/**
 * Created by pawel.ruta on 2017-05-29.
 */
@BusinessRule
public class BusinessRuleExample {
    public String echo(String input) {
        return input;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy