Class IsDevelopment

java.lang.Object
io.quarkus.deployment.IsDevelopment
All Implemented Interfaces:
BooleanSupplier

public class IsDevelopment extends Object implements BooleanSupplier
boolean supplier that returns true if the application is running in development mode. Intended for use with BuildStep.onlyIf()
  • Constructor Details

    • IsDevelopment

      public IsDevelopment(LaunchMode launchMode)
  • Method Details