org.vmmagic.pragma
Annotation Type NoInline


@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface NoInline

This pragma indicates that a particular method should never be inlined by the optimizing compiler.