Annotation Type Inline
-
@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD}) public @interface Inline
Force the just in time compiler to attempt inlining the specified method.
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD})
public @interface Inline