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

spark.utils.Wrapper Maven / Gradle / Ivy

There is a newer version: 2.9.4
Show newest version
package spark.utils;

/**
 * Created by Per Wendel on 2016-04-25.
 */
public interface Wrapper {

    Object delegate();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy