Polishing

This commit is contained in:
Sebastien Deleuze 2016-12-27 10:08:12 +01:00
parent 546687d5e4
commit 6a850ee688
7 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import kotlin.reflect.KClass
/** /**
* Extension for [BeanFactory] providing [KClass] based API. * Extension for [BeanFactory] providing [KClass] based API.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object BeanFactoryExtension { object BeanFactoryExtension {

View File

@ -5,6 +5,7 @@ import kotlin.reflect.KClass
/** /**
* Extension for [ListableBeanFactory] providing [KClass] based API. * Extension for [ListableBeanFactory] providing [KClass] based API.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object ListableBeanFactoryExtension { object ListableBeanFactoryExtension {

View File

@ -9,6 +9,7 @@ import kotlin.reflect.KClass
* avoiding specifying a class parameter for the [Supplier] based variant thanks to * avoiding specifying a class parameter for the [Supplier] based variant thanks to
* Kotlin reified type parameters. * Kotlin reified type parameters.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object GenericApplicationContextExtension { object GenericApplicationContextExtension {

View File

@ -9,6 +9,7 @@ import kotlin.reflect.KClass
* Extension for [BodyExtactors] providing [KClass] based API and avoiding specifying * Extension for [BodyExtactors] providing [KClass] based API and avoiding specifying
* a class parameter when possible thanks to Kotlin reified type parameters. * a class parameter when possible thanks to Kotlin reified type parameters.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object BodyExtractorsExtension { object BodyExtractorsExtension {

View File

@ -8,6 +8,7 @@ import org.springframework.http.server.reactive.ServerHttpResponse
* Extension for [BodyInserters] providing [KClass] based API and avoiding specifying * Extension for [BodyInserters] providing [KClass] based API and avoiding specifying
* a class parameter when possible thanks to Kotlin reified type parameters. * a class parameter when possible thanks to Kotlin reified type parameters.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object BodyInsertersExtension { object BodyInsertersExtension {

View File

@ -7,6 +7,7 @@ import kotlin.reflect.KClass
/** /**
* Extension for [ClientResponse] providing [KClass] based API. * Extension for [ClientResponse] providing [KClass] based API.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object ClientResponseExtension { object ClientResponseExtension {

View File

@ -5,6 +5,7 @@ import kotlin.reflect.KClass
/** /**
* Extension for [ServerRequest] providing [KClass] based API. * Extension for [ServerRequest] providing [KClass] based API.
* *
* @author Sebastien Deleuze
* @since 5.0 * @since 5.0
*/ */
object ServerRequestExtension { object ServerRequestExtension {