Annotation Interface Unsafe


@Documented public @interface Unsafe

Marker annotation, indicating that the annotated method is Unsafe.

An Unsafe method, if misused, could cause undefined behaviour such as buffer overflow or null pointer dereference, which could in turn cause data corruption or even crash the JVM.