package test.a; import javax.inject.Inject; import javax.enterprise.context.ConversationScoped; @ConversationScoped public class BeanA { }