summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-26 19:51:57 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-26 19:51:57 +0100
commit82f8418f49b0564c5093c28be1ca522a628d0b4f (patch)
tree140e6e4579229c8eefac398e58f386f270dff328 /opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt
parent4f816318b6672d40f23b22ca44cc06b77cadf961 (diff)
feat: added notes from last meeting with my supervisorHEADmaster
Diffstat (limited to 'opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt')
-rw-r--r--opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt b/opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt
index e32aa811..0a57aae9 100644
--- a/opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt
+++ b/opendc-common/src/main/kotlin/org/opendc/common/annotations/InternalUse.kt
@@ -26,3 +26,5 @@ package org.opendc.common.annotations
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR)
public annotation class InternalUse
+
+