Package org.apache.dubbo.common.aot
Class NativeDetector
java.lang.Object
org.apache.dubbo.common.aot.NativeDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturnstrueif invoked in the context of image building or during image runtime, elsefalse.
-
Constructor Details
-
NativeDetector
public NativeDetector()
-
-
Method Details
-
inNativeImage
public static boolean inNativeImage()Returnstrueif invoked in the context of image building or during image runtime, elsefalse.
-