io.quarkus.jdbc.postgresql.runtime.graal.Remove_NTDSAPIWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-jdbc-postgresql Show documentation
Show all versions of quarkus-jdbc-postgresql Show documentation
Connect to the PostgreSQL database via JDBC
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 {
}