Interface CdiFeaturesConfiguration
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.cdi-features")
public interface CdiFeaturesConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWether 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).
 
-