public abstract class NativeDetector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AOT_IMAGECODE |
static String |
AOT_PROCESSING |
| Constructor and Description |
|---|
NativeDetector() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
inNativeImage()
是否在原生镜像上执行
|
static boolean |
isAotRuntime()
是否在 aot 运行时
|
static boolean |
isNotAotRuntime()
是否不在 aot 运行时
|
static boolean |
notInNativeImage()
是否不在原生镜像上执行
|
public static final String AOT_PROCESSING
public static final String AOT_IMAGECODE
Copyright © 2025. All rights reserved.