org.fabric3.fabric.builder.classloader.ClassLoaderBuilderMonitor Maven / Gradle / Ivy
The newest version!
package org.fabric3.fabric.builder.classloader;
import org.fabric3.api.annotation.monitor.Info;
/**
*
*/
public interface ClassLoaderBuilderMonitor {
@Info("Dynamic native libraries not supported on this JVM")
void nativeLibrariesNotSupported();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy