Annotation Type | Description |
---|---|
Intrinsic |
An intrinsic method is a method that is built in (that is, intrinsic) to the compiler
rather than part of a class library.
|
Pragma |
A Pragma is a mechanism for supplying information to the compiler to alter the code it
generates for a method.
|
Unboxed |
The Unboxed annotation marks a type as unboxed.
|