org.vmmagic.pragma
Annotation Type NoBoundsCheck


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NoBoundsCheck

This pragma indicates that a particular method should never have bounds checks generated.