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

host.anzo.core.startup.StartupMethodInfo Maven / Gradle / Ivy

There is a newer version: 1.29
Show newest version
package host.anzo.core.startup;

import java.lang.reflect.Method;

/**
 * @author ANZO
 * @since 5/15/2024
 */
public record StartupMethodInfo(Class clazz, Method method, boolean isAsync) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy