Annotation Interface MqlUnchecked


@Documented @Retention(SOURCE) @Target({METHOD,TYPE_USE}) @Sealed public @interface MqlUnchecked
Documents places where the API relies on a user asserting something that is not checked at run-time. If the assertion turns out to be false, the API behavior is unspecified.

This class is not part of the public API and may be removed or changed at any time

  • Element Details