Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个@ApplicationScoped MyProducer类,而该类又具有@Produces MyModel model,问题是,当我在应用程序中的任何位置 a 时@Inject MyModel something,此模型将是MyModel model生产者类/对象中的任何值,对吗?
@ApplicationScoped MyProducer
@Produces MyModel model
@Inject MyModel something
MyModel model
我相信是这样。
这是如何在 Errai 中使用 CDI 生产者的简单示例,这里是有关生产者的完整 CDI 规范。