org.rubato.base
Annotation Type Unsafe


@Documented
@Target(value=METHOD)
@Retention(value=CLASS)
public @interface Unsafe

Indicates that a method thus annotated is unsafe, i.e., it may result in an invalid object without exceptions thrown.