Package | Description |
---|---|
java.lang | |
javaemul.internal | |
javaemul.internal.annotations |
Class and Description |
---|
DoNotInline
An annotation to mark a given method as not inlineable.
|
Class and Description |
---|
DoNotAutobox
An annotation to prevent autoboxing of arguments on method calls.
|
UncheckedCast
An annotation to mark a method as unchecked to prevent the compiler from inserting casts on
returns call sites due to erasure.
|
Class and Description |
---|
CompilerHint
An annotation to mark another annotation as a compiler hint.
|
Copyright © 2018. All rights reserved.