Annotation Type UnlessBuildProfile


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE,FIELD})
    public @interface UnlessBuildProfile
    When applied to a bean class or producer method (or field), the bean will only be enabled if the Quarkus build time profile does not match the specified annotation value.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value