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

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