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

bt.torrent.compiler.ProducerInfo Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.torrent.compiler;

import java.lang.invoke.MethodHandle;

class ProducerInfo {

    private MethodHandle handle;

    public MethodHandle getHandle() {
        return handle;
    }

    public void setHandle(MethodHandle handle) {
        this.handle = handle;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy