![JAR search and dependency download from the Maven repository](/logo.png)
dev.fuelyour.vertxkuickstartcore.annotations.Timeout.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-kuickstart-core Show documentation
Show all versions of vertx-kuickstart-core Show documentation
Core libraries used by microservices created from the vertx-kuickstart template
package dev.fuelyour.vertxkuickstartcore.annotations
@Target(AnnotationTarget.FUNCTION)
annotation class Timeout(val length: Long = 30000)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy