Package io.quarkus.runtime.graal
Class JDK17OrLater
- java.lang.Object
-
- io.quarkus.runtime.graal.JDK17OrLater
-
- All Implemented Interfaces:
BooleanSupplier
public class JDK17OrLater extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description JDK17OrLater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-
-