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

li.strolch.runtime.privilege.PrivilegedRunnableWithResult Maven / Gradle / Ivy

The newest version!
package li.strolch.runtime.privilege;

import li.strolch.privilege.model.PrivilegeContext;

public interface PrivilegedRunnableWithResult {

	T run(PrivilegeContext ctx) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy