Android Studio Sign in

DoNotInline



Denotes that the annotated method should not be inlined when the code is optimized at build time. This is typically used to avoid inlining purposely out-of-line methods that are intended to be in separate classes.

Example:

@DoNotInline
public
void foo() {
...
}

Summary

Public constructors

android

Public constructors

DoNotInline

DoNotInline()
Morty Proxy This is a proxified and sanitized view of the page, visit original site.