Maker icon indicating copy to clipboard operation
Maker copied to clipboard

Support type use annotations

Open broneill opened this issue 3 years ago • 3 comments

The list of JVM attributes not currently supported are:

  • RuntimeVisibleTypeAnnotations
  • RuntimeInvisibleTypeAnnotations

broneill avatar Jun 04 '21 02:06 broneill

In order to support type annotations, a new Type interface is needed, which supports annotations. The Type can be used wherever a type can be used today.

broneill avatar Feb 28 '23 18:02 broneill

Type instances should be immutable, and adding an annotation returns a new Type instance.

broneill avatar Aug 02 '24 17:08 broneill