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

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

The newest version!
package com.jukusoft.vertx.serializer.utils;

public interface RunnableWithException {

    public void run() throws IllegalAccessException, InstantiationException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy