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

com.cyberark.conjur.util.Callable Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.cyberark.conjur.util;

public interface Callable {
    public T call() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy