jnr.ffi.provider.ClosureManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jnr-ffi Show documentation
Show all versions of jnr-ffi Show documentation
A library for invoking native functions from java
package jnr.ffi.provider;
/**
*
*/
public interface ClosureManager {
public abstract T newClosure(Class extends T> closureClass, T instance);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy