spring package-info 源码

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

spring package-info 代码

文件路径:/spring-webflux/src/main/java/org/springframework/web/reactive/package-info.java

/**
 * Top-level package for the {@code spring-webflux} module that contains
 * {@link org.springframework.web.reactive.DispatcherHandler}, the main entry
 * point for WebFlux server endpoint processing including key contracts used to
 * map requests to handlers, invoke them, and process the result.
 *
 * <p>The module provides two programming models for reactive server endpoints.
 * One based on annotated {@code @Controller}'s and another based on functional
 * routing and handling. The module also contains a functional, reactive
 * {@code WebClient} as well as client and server, reactive WebSocket support.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.reactive;

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

相关信息

spring 源码目录

相关文章

spring BindingContext 源码

spring DispatcherHandler 源码

spring HandlerAdapter 源码

spring HandlerMapping 源码

spring HandlerResult 源码

spring HandlerResultHandler 源码

0  赞