Ruckus
@Target(AnnotationTarget.VALUE_PARAMETER) @Retention(AnnotationRetention.RUNTIME) annotation class SqlEmbedded<T : ResultSetMapper<*>>(val using: KClass<T>)