- 
 @Qualifier @Target(PARAMETER) @Retention(RUNTIME) @Documented public static @interface SocketEvent.Closed Indicates that a socket has closed. For detailed usage instructions, see Socketjavadoc.- Since:
- 2.3
- Author:
- Bauke Scholtz
- See Also:
- Socket
 
- 
- 
Field SummaryFields Modifier and Type Fields Description static AnnotationLiteral<SocketEvent.Closed>LITERALThe literal ofSocketEvent.Closed.
 
- 
- 
- 
Field Detail- 
LITERALstatic final AnnotationLiteral<SocketEvent.Closed> LITERAL The literal ofSocketEvent.Closed.- Since:
- 3.2
 
 
- 
 
-