Package jakarta.faces.event
Class WebsocketEvent.Closed.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<WebsocketEvent.Closed>
 - 
- jakarta.faces.event.WebsocketEvent.Closed.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - WebsocketEvent.Closed
 
public static final class WebsocketEvent.Closed.Literal extends AnnotationLiteral<WebsocketEvent.Closed> implements WebsocketEvent.Closed
Supports inline instantiation of the
WebsocketEvent.Closedqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.event.WebsocketEvent.Closed
WebsocketEvent.Closed.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static WebsocketEvent.Closed.LiteralINSTANCEInstance of theWebsocketEvent.Closedqualifier. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final WebsocketEvent.Closed.Literal INSTANCE
Instance of theWebsocketEvent.Closedqualifier. 
 - 
 
 -