Annotation Type DontInline


@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface DontInline
Prevent the just in time compiler from inlining the specified method.
See Also: