Package org.silverpeas.core.chat.servers
Class DefaultChatServer.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<DefaultChatServer>
-
- org.silverpeas.core.chat.servers.DefaultChatServer.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- DefaultChatServer
public static final class DefaultChatServer.Literal extends javax.enterprise.util.AnnotationLiteral<DefaultChatServer> implements DefaultChatServer
Supports inline instantiation of theDefaultChatServer
qualifier.- Author:
- silveryocha
- See Also:
Instance
,Event
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.chat.servers.DefaultChatServer
DefaultChatServer.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultChatServer.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class javax.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 DefaultChatServer.Literal INSTANCE
-
-