Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public interface EventMetadata {
public Set<Annotation> getQualifiers();

/**
* Get the {@link InjectionPoint} representing the injected {@link Event} instance which fired the event, or
* <code>null</code> if it was fired from {@link BeanManager#getEvent()}
* Get the {@link InjectionPoint} representing the injected {@link Event} instance which fired the event
*
* @return InjectionPoint of the Event
*/
Expand Down