Annotation Interface EnableSocket


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) @Import(SocketConfiguration.class) public @interface EnableSocket
启用WebSocket
Since:
Java 17+
Author:
Kimi Liu