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

com.github.paulosalonso.spel.builder.common.BuiltInMethod Maven / Gradle / Ivy

The newest version!
package com.github.paulosalonso.spel.builder.common;

import com.github.paulosalonso.spel.builder.common.Method;

public abstract class BuiltInMethod extends Method {

    @Override
    public String getPrefix() {
        return "";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy