diff --git a/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt b/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt new file mode 100644 index 00000000..a25385d9 --- /dev/null +++ b/src/main/kotlin/net/axay/kspigot/annotations/KSpigotAnnotations.kt @@ -0,0 +1,9 @@ +package net.axay.kspigot.annotations + +/** + * This element is useful, but not + * safe to use. + * Its implementation does not promise + * to always give the expected results. + */ +annotation class UnsafeImplementation