- Enclosing class:
- SocketEvent
@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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationLiteral<SocketEvent.Switched>The literal ofSocketEvent.Switched.
-
Field Details
-
LITERAL
The literal ofSocketEvent.Switched.
-