Class IsWindows

java.lang.Object
io.quarkus.runtime.util.IsWindows
All Implemented Interfaces:
BooleanSupplier

public class IsWindows extends Object implements BooleanSupplier
Platform specific annotations, e.g. @TargetClass(className = "sun.java2d.windows.WindowsFlags", onlyWith = IsWindows.class)
  • Constructor Details

    • IsWindows

      public IsWindows()
  • Method Details