spark.utils.Wrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-core Show documentation
Show all versions of spark-core Show documentation
A micro framework for creating web applications in Kotlin and Java 8 with minimal effort
The newest version!
package spark.utils;
/**
* Created by Per Wendel on 2016-04-25.
*/
public interface Wrapper {
Object delegate();
}