spring package-info 源码

  • 2022-08-08
  • 浏览 (387)

spring package-info 代码

文件路径:/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/package-info.java

/**
 * Support classes for creating SockJS frames including the encoding and decoding
 * of SockJS message frames.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs.frame;

import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;

相关信息

spring 源码目录

相关文章

spring AbstractSockJsMessageCodec 源码

spring DefaultSockJsFrameFormat 源码

spring Jackson2SockJsMessageCodec 源码

spring SockJsFrame 源码

spring SockJsFrameFormat 源码

spring SockJsFrameType 源码

spring SockJsMessageCodec 源码

0  赞