|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Inline
This pragma indicates that a particular method should always be inlined by the optimizing compiler.
Optional Element Summary | |
---|---|
int[] |
arguments
Arguments that must be constant to cause inlining. |
Inline.When |
value
When to inline, default When.Always |
public abstract Inline.When value
public abstract int[] arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |