We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985105f commit 8d0634bCopy full SHA for 8d0634b
spring-boot-starter/src/main/kotlin/dev/bpmcrafters/processengine/worker/registrar/ReflectionUtils.kt
@@ -165,7 +165,7 @@ fun Method.getCompletion(): Completion {
165
/**
166
* Returns the lock duration from annotation, or null if not set.
167
* @return lock duration in seconds, or null if the default should be used.
168
- * @since 0.7.3
+ * @since 0.9.0
169
*/
170
fun Method.getLockDuration(): Long? {
171
val lockDuration = this.getAnnotation(ProcessEngineWorker::class.java).lockDuration
0 commit comments