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

io.quarkus.jdbc.postgresql.runtime.graal.Remove_NTDSAPIWrapper Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
package io.quarkus.jdbc.postgresql.runtime.graal;

import org.postgresql.sspi.NTDSAPIWrapper;

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

@TargetClass(NTDSAPIWrapper.class)
@Delete
public final class Remove_NTDSAPIWrapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy