Annotation Interface CompilerDirectives.ValueType

Enclosing class:
CompilerDirectives

@Retention(RUNTIME) @Target(TYPE) public static @interface CompilerDirectives.ValueType
Marks classes as value types. Reference comparisons (==) between instances of those classes have undefined semantics and can either return true or false.
Since:
0.8 or earlier