Package jakarta.faces.event
Class WebsocketEvent.Opened.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<WebsocketEvent.Opened>
- 
- jakarta.faces.event.WebsocketEvent.Opened.Literal
 
 
- 
- All Implemented Interfaces:
- Annotation
 - Enclosing class:
- WebsocketEvent.Opened
 
 public static final class WebsocketEvent.Opened.Literal extends jakarta.enterprise.util.AnnotationLiteral<WebsocketEvent.Opened> implements WebsocketEvent.Opened - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.util.AnnotationLiteraljakarta.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
 - 
Nested classes/interfaces inherited from class jakarta.faces.event.WebsocketEvent.OpenedWebsocketEvent.Opened.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static WebsocketEvent.Opened.LiteralINSTANCEInstance of theWebsocketEvent.Openedqualifier.
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final WebsocketEvent.Opened.Literal INSTANCE Instance of theWebsocketEvent.Openedqualifier.
 
- 
 
-