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.
我觉得自己很愚蠢,但我无法立即找到有关如何为 CDI 创建自定义注释的解释。
我想制作我自己的版本,@Produces允许池化(即它将返回允许访问对象池的代理)。或者我最好创建应该在注入点添加的注释,告诉使用池......
@Produces
听起来您想要做的是修改生产者,对吗?如果是这样,您需要使用监听ProcessProducer事件的便携式扩展来做到这一点。
ProcessProducer