File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
spring-integration-r2dbc/src/main/java/org/springframework/integration/r2dbc Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11/**
22 * Provides classes for supporting Java DSL for R2DBC components.
33 */
4- @ org .springframework .lang .NonNullApi
5- @ org .springframework .lang .NonNullFields
4+ @ org .jspecify .annotations .NullMarked
65package org .springframework .integration .r2dbc .dsl ;
Original file line number Diff line number Diff line change 2222
2323import io .r2dbc .spi .Row ;
2424import io .r2dbc .spi .RowMetadata ;
25+ import org .jspecify .annotations .Nullable ;
2526import org .reactivestreams .Publisher ;
2627import reactor .core .publisher .Mono ;
2728
3435import org .springframework .expression .spel .support .StandardEvaluationContext ;
3536import org .springframework .integration .endpoint .AbstractMessageSource ;
3637import org .springframework .integration .expression .ExpressionUtils ;
37- import org .springframework .lang .Nullable ;
3838import org .springframework .r2dbc .core .ColumnMapRowMapper ;
3939import org .springframework .r2dbc .core .DatabaseClient ;
4040import org .springframework .r2dbc .core .RowsFetchSpec ;
Original file line number Diff line number Diff line change 11/**
22 * Provides classes for supporting R2DBC inbound components.
33 */
4- @ org .springframework .lang .NonNullApi
5- @ org .springframework .lang .NonNullFields
4+ @ org .jspecify .annotations .NullMarked
65package org .springframework .integration .r2dbc .inbound ;
Original file line number Diff line number Diff line change 1919import java .util .HashMap ;
2020import java .util .Map ;
2121
22+ import org .jspecify .annotations .Nullable ;
2223import reactor .core .publisher .Mono ;
2324
2425import org .springframework .data .r2dbc .core .R2dbcEntityOperations ;
3435import org .springframework .integration .expression .ExpressionUtils ;
3536import org .springframework .integration .expression .ValueExpression ;
3637import org .springframework .integration .handler .AbstractReactiveMessageHandler ;
37- import org .springframework .lang .Nullable ;
3838import org .springframework .messaging .Message ;
3939import org .springframework .r2dbc .core .Parameter ;
4040import org .springframework .r2dbc .core .PreparedOperation ;
Original file line number Diff line number Diff line change 11/**
22 * Provides classes for supporting R2DBC outbound components.
33 */
4- @ org .springframework .lang .NonNullApi
5- @ org .springframework .lang .NonNullFields
4+ @ org .jspecify .annotations .NullMarked
65package org .springframework .integration .r2dbc .outbound ;
You can’t perform that action at this time.
0 commit comments