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

technology-usage.tests.data.javase.JavaSEExecutor Maven / Gradle / Ivy

The newest version!
package com.jboss.windup.test;

import java.util.concurrent.Executor;

public class Main implements Executor {
    public void execute(Runnable r) {
        r.run();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy