-
Bug
-
Resolution: Done
-
Major
-
2.4.7.Final, 3.0.4.Final
-
None
-
None
@ApplicationScoped @SomeInterceptorBinding // -> observer method is intercepted public class Foo { @Inject Event<Payload> event; private void foo(@Observes Payload payload) { // do something } // foo() notified within invocation of fireEvent() public void fireEvent() { event.fire(new Payload()); } }
- relates to
-
WELD-2443 Weld fails to invoke an observer method with a private access
- Resolved