org.qbicc.plugin.nativeimage.QbiccLocalizationFeature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-plugin-graalvm-nativeimage-emulation Show documentation
Show all versions of qbicc-plugin-graalvm-nativeimage-emulation Show documentation
Emulates build-time Feature support of GraalVM's native-image tool
The newest version!
package org.qbicc.plugin.nativeimage;
import com.oracle.svm.core.jdk.localization.LocalizationFeature;
public class QbiccLocalizationFeature extends LocalizationFeature {
}