JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.miaixz.bus.starter.annotation
Annotation Interface EnableSocket
@Inherited
@Documented
@Target
(
TYPE
)
@Retention
(
RUNTIME
) @Import(
SocketConfiguration.class
)
public @interface
EnableSocket
启用WebSocket
Since:
Java 17+
Author:
Kimi Liu