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

com.jukusoft.vertx.serializer.utils.RunnableWithException Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.jukusoft.vertx.serializer.utils;

public interface RunnableWithException {

    public void run() throws IllegalAccessException, InstantiationException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy