com.adtsw.jcommons.utils.Task Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdatalayer Show documentation
Show all versions of jdatalayer Show documentation
Connectors for common java projects
The newest version!
package com.adtsw.jcommons.utils;
public abstract class Task {
public abstract void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy