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