Created UnsafeImplementation annotation

This commit is contained in:
bluefireoly
2020-07-06 00:55:47 +02:00
parent 91eef11f21
commit 974763c92e

View File

@@ -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