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