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

graal.BrotliSubstitutions Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package graal;

import com.oracle.svm.core.annotate.Substitute;
import com.oracle.svm.core.annotate.TargetClass;


@TargetClass(className = "com.arangodb.shaded.netty.handler.codec.compression.Brotli")
final class Target_com_arangodb_shaded_netty_handler_codec_compression_Brotli {
    @Substitute
    public static boolean isAvailable() {
        return false;
    }

    @Substitute
    public static void ensureAvailability() throws Throwable {
        throw new UnsupportedOperationException();
    }
}

public class BrotliSubstitutions {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy