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

org.pure4j.model.Handle Maven / Gradle / Ivy

Go to download

Parses Byte-code to check the purity semantics defined using pure4j-core annotations

The newest version!
package org.pure4j.model;


/**
 * Lightweight interface to some java reflection construct.
 *
 */
public interface Handle {

    /**
     * Returns the reflection-object that this is a handle for
     * @return the object being handled.
     * @param cl a classloader to hydrate with
     */
    public X hydrate(ClassLoader cl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy