We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ff18c commit 97e8e19Copy full SHA for 97e8e19
api/src/main/java/jakarta/enterprise/inject/spi/EventMetadata.java
@@ -51,8 +51,7 @@ public interface EventMetadata {
51
public Set<Annotation> getQualifiers();
52
53
/**
54
- * Get the {@link InjectionPoint} representing the injected {@link Event} instance which fired the event, or
55
- * <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
56
*
57
* @return InjectionPoint of the Event
58
*/
0 commit comments