com.jukusoft.vertx.serializer.utils.RunnableWithException Maven / Gradle / Ivy
package com.jukusoft.vertx.serializer.utils;
public interface RunnableWithException {
public void run() throws IllegalAccessException, InstantiationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy