Skip to content

Commit

Permalink
Replace BeanManager#getEvents with reference to BeanContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn authored and Ladicek committed Sep 14, 2021
1 parent 91b870b commit 23b51af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/src/main/asciidoc/core/events.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ public interface EventMetadata {
----

* `getQualifiers()` returns the set of qualifiers with which the event was fired.
* `getInjectionPoint()` returns the `InjectionPoint` from which this event payload was fired, or `null` if it was fired from `BeanManager.getEvent()`.
// TODO BeanContainer
* `getInjectionPoint()` returns the `InjectionPoint` from which this event payload was fired, or `null` if it was fired from `BeanContainer.getEvent()`.
* `getType()` returns the type representing runtime class of the event object with type variables resolved.


Expand Down

0 comments on commit 23b51af

Please sign in to comment.