Interface | Description |
---|---|
SpecializeMethod.ANY |
Represents a type that matches any type, even void.
|
Annotation Type | Description |
---|---|
CompilerHint |
An annotation to mark another annotation as a compiler hint.
|
CompilerHint |
An annotation to mark another annotation as a compiler hint.
|
DoNotAutobox |
An annotation to prevent autoboxing of arguments on method calls.
|
DoNotAutobox |
An annotation to prevent autoboxing of arguments on method calls.
|
DoNotInline |
An annotation to mark a given method as not inlineable.
|
DoNotInline |
An annotation to mark a given method as not inlineable.
|
ForceInline |
An annotation to mark a given method as not inlineable.
|
ForceInline |
An annotation to mark a given method as not inlineable.
|
GwtIncompatible |
A simple of a GwtIncompatible annotation for internal emulation use.
|
GwtIncompatible |
A simple of a GwtIncompatible annotation for internal emulation use.
|
HasNoSideEffects |
An annotation to mark a given method as side-effect free.
|
HasNoSideEffects |
An annotation to mark a given method as side-effect free.
|
SpecializeMethod |
An annotation to mark a given method as being specialized.
|
SpecializeMethod |
An annotation to mark a given method as being specialized.
|
UncheckedCast |
An annotation to mark a method as unchecked to prevent the compiler from inserting casts on
returns call sites due to erasure.
|
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.