Class NativeDetector

java.lang.Object
org.apache.dubbo.common.aot.NativeDetector

public abstract class NativeDetector extends Object
  • Constructor Details

    • NativeDetector

      public NativeDetector()
  • Method Details

    • inNativeImage

      public static boolean inNativeImage()
      Returns true if invoked in the context of image building or during image runtime, else false.