
com.aggrepoint.utils.RunnableX Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aputils Show documentation
Show all versions of aputils Show documentation
Common utilities used by both Dao and Winlet project
The newest version!
package com.aggrepoint.utils;
@FunctionalInterface
public interface RunnableX {
public void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy