Created UnsafeImplementation annotation
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user