From 54f94861da743cbd72d9755c2fbe4223176d90f4 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Thu, 18 Jun 2026 23:38:00 +0200 Subject: feat: complete system redesign: KafkaComputeMonitor stays, SmartScheduler is working and only HTTPClient remains, the rest will be moved to Python scripts --- .../src/main/kotlin/org/opendc/common/annotations/Endpoint.kt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 opendc-common/src/main/kotlin/org/opendc/common/annotations/Endpoint.kt (limited to 'opendc-common/src/main/kotlin/org/opendc/common/annotations') diff --git a/opendc-common/src/main/kotlin/org/opendc/common/annotations/Endpoint.kt b/opendc-common/src/main/kotlin/org/opendc/common/annotations/Endpoint.kt deleted file mode 100644 index 4ef08a71..00000000 --- a/opendc-common/src/main/kotlin/org/opendc/common/annotations/Endpoint.kt +++ /dev/null @@ -1,6 +0,0 @@ -package org.opendc.common.annotations - -@RequiresOptIn(message = "This is a registered API endpoint.") -@Retention(AnnotationRetention.BINARY) -@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR) -public annotation class Endpoint(val method: String, val name : String) \ No newline at end of file -- cgit v1.2.3