@Documented
@Retention(value=CLASS)
@Target(value={METHOD,CONSTRUCTOR,FIELD})
public @interface Unsafe
This annotation is used to mark methods that are unsafe to use.
The value should contain a description of why the method is unsafe.
Use @Deprecated in combination with this annotation to indicate that the
method should not be used at all.