Package | Description |
---|---|
javaemul.internal.annotations |
Modifier and Type | Class and Description |
---|---|
interface |
DoNotInline
An annotation to mark a given method as not inlineable.
|
interface |
ForceInline
An annotation to mark a given method as not inlineable.
|
interface |
HasNoSideEffects
An annotation to mark a given method as side-effect free.
|
interface |
SpecializeMethod
An annotation to mark a given method as being specialized.
|
interface |
UncheckedCast
An annotation to mark a method as unchecked to prevent the compiler from inserting casts on
returns call sites due to erasure.
|
Copyright © 2018. All rights reserved.