Annotation Type CompilerDirectives.ValueType


  • @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.