@ApplicationScoped public class CodiCoreConfig extends AbstractAttributeAware implements CodiConfig
Modifier | Constructor and Description |
---|---|
protected |
CodiCoreConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAdvancedQualifierRequiredForDependencyInjection()
Per default several artifacts which aren't managed by CDI have to be annotated
with
Advanced as marker for
performing manual dependency injection. |
boolean |
isConfigurationLoggingEnabled()
Allows to disable the logging of the current configuration during the bootstrapping process.
|
boolean |
isInvalidBeanCreationEventEnabled()
Specifies if the
InvalidBeanCreationEvent
will be fired if a BeanCreationDecisionVoter
detects a violation. |
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute
public boolean isAdvancedQualifierRequiredForDependencyInjection()
Advanced
as marker for
performing manual dependency injection. It isn't performed per default because the
majority of those artifacts don't require dependency injection.Advanced
, false otherwisepublic boolean isConfigurationLoggingEnabled()
public boolean isInvalidBeanCreationEventEnabled()
InvalidBeanCreationEvent
will be fired if a BeanCreationDecisionVoter
detects a violation. This feature is deactivated per default to avoid side-effects.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.