Class CdiScopeAnnotationsAutoConfiguration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.scopemapping.CdiScopeAnnotationsAutoConfiguration
 
 
- 
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(javax.enterprise.context.RequestScoped.class) @ConditionalOnWebApplication(type=SERVLET) public class CdiScopeAnnotationsAutoConfiguration extends Object
Auto configurationforjavax.enterprise.context.*Scopedannotations support. 
- 
- 
Constructor Summary
Constructors Constructor Description CdiScopeAnnotationsAutoConfiguration() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomScopeAnnotationConfigurercdiScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment) 
 - 
 
- 
- 
Method Detail
- 
cdiScopeAnnotationsConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.scope-configurer.cdi.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeAnnotationConfigurer cdiScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment) 
 - 
 
 -