Searched defs:toAnnotation (Results 1 – 2 of 2) sorted by relevance
29 internal fun Duration.toAnnotation() = Annotation.createTtl("${this.toMinutes()} minutes") in toAnnotation() method
38 internal fun Trigger.toAnnotation(field: String): Annotation { in toAnnotation() method