summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/kotlin/org/opendc/common/annotations
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-18 23:38:00 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-18 23:38:00 +0200
commit54f94861da743cbd72d9755c2fbe4223176d90f4 (patch)
treea4c2eddb01662e00a1c17514e9fb1218e8515efc /opendc-common/src/main/kotlin/org/opendc/common/annotations
parent4562f52c9b540944200b33d4ffbd60b3cbc5ee79 (diff)
feat: complete system redesign: KafkaComputeMonitor stays, SmartScheduler is working and only HTTPClient remains, the rest will be moved to Python scripts
Diffstat (limited to 'opendc-common/src/main/kotlin/org/opendc/common/annotations')
-rw-r--r--opendc-common/src/main/kotlin/org/opendc/common/annotations/Endpoint.kt6
1 files changed, 0 insertions, 6 deletions
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