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

com.global.api.builders.validations.MyCallable Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.builders.validations;

import java.util.concurrent.Callable;

class MyCallable implements Callable {
    public Boolean call() throws Exception {
        return call(null);
    }
    public Boolean call(Object builder) throws Exception {
        return true;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy