Interface CdiFeaturesConfiguration


@ConfigRoot(phase=BUILD_TIME) @ConfigMapping(prefix="quarkus.cdi-features") public interface CdiFeaturesConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Wether to use an interceptor to select the feature implementation (will use a special scope otherwise, which behaves like the application scope).
  • Method Details

    • useInterceptor

      @WithDefault("true") boolean useInterceptor()
      Wether to use an interceptor to select the feature implementation (will use a special scope otherwise, which behaves like the application scope).