Skip to content

Commit 6a850ee

Browse files
committed
Polishing
1 parent 546687d commit 6a850ee

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

spring-beans/src/main/kotlin/org/springframework/beans/factory/BeanFactoryExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
55
/**
66
* Extension for [BeanFactory] providing [KClass] based API.
77
*
8+
* @author Sebastien Deleuze
89
* @since 5.0
910
*/
1011
object BeanFactoryExtension {

spring-beans/src/main/kotlin/org/springframework/beans/factory/ListableBeanFactoryExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
55
/**
66
* Extension for [ListableBeanFactory] providing [KClass] based API.
77
*
8+
* @author Sebastien Deleuze
89
* @since 5.0
910
*/
1011
object ListableBeanFactoryExtension {

spring-context/src/main/kotlin/org/springframework/context/support/GenericApplicationContextExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import kotlin.reflect.KClass
99
* avoiding specifying a class parameter for the [Supplier] based variant thanks to
1010
* Kotlin reified type parameters.
1111
*
12+
* @author Sebastien Deleuze
1213
* @since 5.0
1314
*/
1415
object GenericApplicationContextExtension {

spring-web-reactive/src/main/kotlin/org/springframework/web/reactive/function/BodyExtractorsExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import kotlin.reflect.KClass
99
* Extension for [BodyExtactors] providing [KClass] based API and avoiding specifying
1010
* a class parameter when possible thanks to Kotlin reified type parameters.
1111
*
12+
* @author Sebastien Deleuze
1213
* @since 5.0
1314
*/
1415
object BodyExtractorsExtension {

spring-web-reactive/src/main/kotlin/org/springframework/web/reactive/function/BodyInsertersExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.springframework.http.server.reactive.ServerHttpResponse
88
* Extension for [BodyInserters] providing [KClass] based API and avoiding specifying
99
* a class parameter when possible thanks to Kotlin reified type parameters.
1010
*
11+
* @author Sebastien Deleuze
1112
* @since 5.0
1213
*/
1314
object BodyInsertersExtension {

spring-web-reactive/src/main/kotlin/org/springframework/web/reactive/function/client/ClientResponseExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import kotlin.reflect.KClass
77
/**
88
* Extension for [ClientResponse] providing [KClass] based API.
99
*
10+
* @author Sebastien Deleuze
1011
* @since 5.0
1112
*/
1213
object ClientResponseExtension {

spring-web-reactive/src/main/kotlin/org/springframework/web/reactive/function/server/ServerRequestExtension.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
55
/**
66
* Extension for [ServerRequest] providing [KClass] based API.
77
*
8+
* @author Sebastien Deleuze
89
* @since 5.0
910
*/
1011
object ServerRequestExtension {

0 commit comments

Comments
 (0)